Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Dot notation for placeholders in insight automation

Matti Dennstaedt September 6, 2021

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.

3 answers

1 accepted

1 vote
Answer accepted
Julia Gracia September 10, 2021

I think you need to do this with a groovy script 

0 votes
Matti Dennstaedt September 14, 2021

When I use ${Customer.id} it will return the ID. So may only special placeholder actions are allowed. The documentation will show something different.

0 votes
Matti Dennstaedt September 6, 2021

image.png

This works, but the query of an attribute does not.

Suggest an answer

Log in or Sign up to answer