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?
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.