I created an asset automation rule to covert cost from USD to AUD in ITAM as following:
WHEN object updated
IF objectType=Assets
THEN Attribute Value
Attribute Name: AUD
Value: ${USD}*${Rate}
This one works correctly.
But when I changed attribute to include space like "Purchase Cost (AUD)", "Purchase Cost (USD)", "Currency Rate (USD/AUD)" - it didn't work anymore whether I added quotation mark or not.
Do you have any idea about using this kind of placeholders in asset automation rules?