I'm trying to create an Automation that looks at a custom Assets field, put those values into {{lookupObjects}} and then populate a second field with references from the lookup.
Here's what I have for the AQL:
Name in {{"Impacted Configuration Items"}}
"Impacted Configuration Items" is the custom Assets field with unlimited cardinality.
Testing doesn't find any objects for lookup.
The "Impacted Configuration Items" would be the key in Assets, not the name you see in the issue. So if you want to search on the name in the AQL you would have to change it to
Name in {{"Impacted Configuration Items".name}}
I think that's it! Thanks @Mikael Sandberg !
Now onto setting a second Asset field based on {{lookupObjects}}!
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.