Flow designer: Select a specific user from an approval group based on condition

orlando3
Tera Expert

Hello all,

I am wanting to select a specific user from an assignment group to be chosen as the approver for a request, could this be done by scripting the approval?

 

I have a group with 7 members, and based on the if conditions in the flow, i would like the approval to go to a certain user from the group.

6 REPLIES 6

Ok so in that case as you said, you can put all users in one assignment group and use if condition on the flow to add individual approver based on the region selected. Hope this should help

Najmuddin Mohd
Mega Sage

Hi @orlando3 ,
Yes, you can try Scripting the approvals. 
Create System Properties with different regions and store the sys_id of the Approvers.
Now, in the script, depending on the region, get the value of the property(sys_id), so that in future if you want to change, you do not need to disturb the flow.

If the above information helps you, kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.