Hello - I am trying to create a Global Automation that triggers when a specific asset attribute is updated.
I have found, and am familiar with checking for when an object is updated in general, and then retrieving the values from a webhook response, but I can't seem to find a way to conditionally check what attribute was updated.
For example, if an asset's attribute like "First Name" gets updated, I wanted to perform some action.
I've tried extracting the value of
{{webhookResponse.body.first.affectedAttribute}}
And then comparing it, like:
{{webhookResponse.body.first.affectedAttribute}}
equals
"First Name"
But this always seems to fail. Is there a better, or working, way to check for which field of an Asset/Object was updated?
Following this article:
The above should work, but it always fails. Is there some special formatting in the attribute names?
It didn't like the quotes in the value I was comparing against.
Simple mistake I guess.
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.