Assign Tasks

How to use “Assign Tasks” activity, which is recently release in UiPath 20.2?

It is part of “UiPath.Persistence.Activities” package.

image

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 is working good now! Thank you @RobertD :slight_smile: