Hello community,
I need your help.
I want to insert an attribute value from a reference when automating an object (object create/update).
- Object
- Customer
- - Country1
- Country2
When I do the IQL search in the object type it works:
"Customer". "Country" = France
As a placeholder in the automation as a value the following works:
Name: Country2
Value: ${Customer}
However, the following does not work:
${Customer}. "Country1"
${Customer}.${Country1}
${Customer.${Country1}}
I cannot pass an atrribute of the object.
I need this information (Country1) from the object "Customer" also higher level.
I think you need to do this with a groovy script
When I use ${Customer.id} it will return the ID. So may only special placeholder actions are allowed. The documentation will show something different.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works, but the query of an attribute does not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.