xpath to select the names of the users with a specific userrole

0
How can we get the names of the users with a specific user role into a reference selector 
asked
1 answers
0

Hey!

 

You can add an xpath in the selectable objects tab of the reference selector as follows

[System.UserRoles='[%UserRole_Administrator%]']

 

Alternatively, there is also an option for selectable objects list to be defined and returned through a microflow if this doesnt give you the required result

 

Hope this helps!

 

answered