Auto assign task to user using workflow ( while creating)

0
Hi Team,  In my project i have miltiple users with role analyst and while creating task from any user i want auto assign functionality to respective user to create task  for that i did below settings but it is not working for multiple user. only work for if application have one user.       Please suggest solution .
asked
1 answers
0

Hi,

 

As you know your Xpath is valid for more than one user and thus the system does not know who to assign the task too. You will have to get much more specific in your Xpath so the only one user is retrieved or simply use the Microflow option to choose your user. The control your microflow to ensure that you always only return one user to get assigned to the workflow.

answered