Workflow Trigger Query on new Account create for one source

Hey everyone. I am creating a workflow that only triggers when a new user is created from the one source and not every time however anytime any account is created even when I filter on an attribute that is related to the one app I want to use the WF is firing off.

what i would like to do is take the search query and put it into a trigger that does what it is displaying when I run the query

@accounts(source.name.exact:“ACME SNOW Non-Human Service Accounts Source”)AND attributes.requestAction:“Account Provisioning”

This is what i have which is not working for just only when this attribute get this string. It is firing out regardless on a new create account

Very basic WF is becoming such a pain

Here is how I built a workflow to send an email to the manager for one of my sources.

Full Workflow:

Compare String:


Then add the sourceid for the source you want to send this for.

Good idea. Let me try something like this. Thank you. Get back to you in a bit

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.