Dear all,
I have a group field which is name AssigneGroup.
What I am looking for is that based on the selection of the group in that field I need to set a particular assignee automatically
Ex :
If AssigneGroup="Group1" then set Assignee to "UserGp1"
If AssigneGroup="Group2" then set Assignee to "UserGp2"
If AssigneGroup="Group3" then set Assignee to "UserGp3"
is there a way to do that from automation or directly from WF post function ?
regards
Automation can set a user as the assignee depending on selections in other fields, yes. Trigger it on change, use set field (assignee) as the action, and get the user to assign with a simple "if" on the smart value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.