We have a requirement to compare the access that user is requesting and after that got provisioned we need to send an email we are using workflow for this and the trigger that we are using is ‘Provisioning Completed’ In the example input trigger that is there in documentation we see ‘attributeValue’ available to check what access that user is requesting
we are using a compare strings to compare the attribute value like
Value1 : $.trigger.accountRequests[0].attributeRequests[?(@.attributeValue==“TEST”)].attributeValue
Value2 : TEST
But it is routing to false path what we observed in the execution logs is at the attributeValue we see it coming as TEST [Access Profile - 12448456] because of which the compare is failing.
Can you please suggest any way we could compare what access the user is requesting.?
Thanks,