Source Account Update filter in Workflow

Hello, I am trying to create a workflow using the trigger Source Account Updated
I want to user the filter of this trigger to limit the workflow to updates that come from one specific source but I haven’t been able to find the right filter I can put.
Using the body given in the documentation here as an example Triggers - SailPoint Identity Services has anyone been able to filter events only when sourceName == “Active Directory”, if yes can you let me know how you did it?

Regards,
Nadim

Hey Nadim!

Try this in the filter for your trigger: $[?($.sourceName==“Active Directory”)]

Thank you,

  • Zach

Hello Zach,

The filter you provided works perfectly.

Thank you,

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