I have a project requirement where I need to create a Workflow for user whose role starting with ‘FSM’ for particular Target source got removed and user has no roles exist that start with ‘FSM’ then email should be triggered to Particular group of users.
I have below created below workflow, but its not working.
First, I guess by using the filter on the provisioning completed, you make sure that this workflow is only triggered when there is a remove action on that particular source so there is no need to have a double check.
Regarding the check attribute value, I am assuming you are trying to check if the group being removed starts with “FSM”. Can you please try this filter instead : " $.trigger.accountRequests[1].attributeRequests[?(@.attributeName == “nameOfYourattribute”)].attributeValue "