I've been diving into Assets for JSM. Naturally, I want to be able to automate the data in these assets, but I'm growing frustrated at the lack of support for Objects in Automation.
I have a simple idea for a rule:
It's working, but I'm running into a scope issue. I can only check at the Schema level if something has been updated. I want to check at the Attribute level. I want to know if a specific user field attribute has changed (ProjLead), but the way it is currently configured, if any attribute changes on any of the objects in the schema, my rule will trigger. With the Automation limit changes from last year, I'm hyper-aware of rules that run frequently.
How can I refine my rule to only run when a specific attribute is updated? This should be similar to the "Field value changed" trigger.
Use {{object.ProjLead}} is empty in a smart values condition.
Hi @Brock Jolet
I can't say how to change the trigger but here's some info on how Rule executions are measured:
Therefore, if your conditions work as you'd expect, there wouldn't be an issue with rule executions either way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your reply. Unfortunately, it seems that doing an AQL Lookup does count as an action. So if I do an AQL Lookup and log the results, that counts against my executions.
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.