Skip to main content

Hello, i have a collection in which are several emails

["gsol@nintex.com","gsol1@nintex.com"]

Is there a way to create an "assign a task to multiple users", using the emails found inside the collection?

Hi, 



 



Yes, you can loop through the collection using a for each loop and build a string (using the "create a text string" workflow step). You will need to then use a ; as delimiter so that your variable will have the emails as bob@example.com;dennis@example.com and you can then use this string (variable) in your "Assign task to multiple users" step.
1. 






2. 






3. 






Hope this helps


thanks for your help!

Reply