How to use “Assign Tasks” activity, which is recently release in UiPath 20.2?
It is part of “UiPath.Persistence.Activities” package.
Thank you in advance!
How to use “Assign Tasks” activity, which is recently release in UiPath 20.2?
It is part of “UiPath.Persistence.Activities” package.
Thank you in advance!
Please see
Thank you @RobertD, I read this article but having problem while giving input in form of List
I am trying to Parese default value for input variable as: {“Task1”, “mgp@gmail.com”}
but it is not working!
You need to create a variable of type TaskUserAssignment, and a variable of type List . After that, using an Add To Collection activity, add the 1st variable to the list, and then use the list in the Assign Tasks activity.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.