From an external application we want to update an asset attribute using a webhook, but IF conditions are not allowed to use AQL when the trigger is not an object type trigger.
We use the webhook to send the update data - like "userid" and "new attribute value".
We can do an Object Lookup and find the object key, but can not select which object to edit using an IF condition because AQL type conditions are only allowed for object triggers.
How can we overcome that ?