Hi! I am trying to create a workflow to catch account creation errors and send an email alert. I have the workflow built based on “Provisioning Completed” triggers – but it sends all provisioning errors (including Add entitlements – which is…. a lot).
How can I limit it to account creation with the trigger variables? I’ve seen other posts using a different method to capture those, but this one seems simpler if I can limit it to create only.
In that discussion, they talk about how to filter on account creation events, like you asked, in the workflow: $.accountRequests[?(@.provisioningResult == 'committed' && @.provisioningTarget == 'Test Active Directory' && @.accountOperation == 'Create')]