Solved

Assign a task through mails found in a collection

  • 17 October 2022
  • 2 replies
  • 9 views

Badge +4

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?

icon

Best answer by KauaDorneles 17 October 2022, 11:41

View original

2 replies

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

Badge +4
thanks for your help!

Reply