Hi All,
We are trying to use the GetAccess Action to search for an AccessProfile/Role in IdentityNow.
it works fine if we search with id:GUId of the Access Profile (GUID is hardcoded).
When we try to pass the value of the id dynamically, it is not working. The data is getting treated as a string.
Scenario : Access Profiles are segregated by tags - Privileged/ Non Privileged. When a decision is made on a access request, we are planning to use the GetAccess action to check if the access profile is having a privileged tag or not
Sample Query: id:$trigger.requestedItemsStatus[0].id AND tags:“Priviledged”
In this scenario, $trigger.requestedItemsStatus[0].id is not evaluating and is being treated as a string
Any help on this regard or a alternate solution is appreciated. Thanks
Regards
Arjun