Same number of catalog task should be created if multiple records are selected for a list collector

Shreya3
Tera Contributor

Hi . I needed help . To create a list collector type variable so that user can select multiple records from reference field and same  number of catalog tasks should get created based on it. How can I achieve this through flow designer. I am new to flow designer. can anyone help with this. Thanks in advance. @Ankur Bawiskar can you please help on this.?

2 REPLIES 2

Shreya3
Tera Contributor

Can anyone help or give some idea on how to do it by giving any example that would be very helpful.

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

You will need to create your own action for this. 

Pass the variables to the action as input, in the script read the list collector variable and create tasks.

-Anurag