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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.