Unable to detect the roles assigned to a user using simple if-else loop in - TechRepublic
General discussion
January 17, 2024 at 05:24 AM
srikanthbollu1707

Unable to detect the roles assigned to a user using simple if-else loop in

by srikanthbollu1707 . Updated 2 years, 4 months ago

I am trying to write a SailPoint IIQ workflow where if the user is an Employee and has Role 1 assigned, the loop will return true. Also if the User is a Contingent Worker and has the Role 2 assigned, the loop will return true. Else the loop will return “Role not provisioned”. The user is an Employee and is assigned the Role 1, but still the loop return “Role not provisioned”.

The flow is entering the main ELSE loop, where it is able to read the empType, but not able to read the “assignedRoles.contains()”.

All Comments