How to store multiple values to an empty collection

Manikanta

Member
Hi @Shashank2020
If u want save ur data item into a collection,

Then create an empty collection item and map ur data item output into this empty collection.
And make sure that u need to clear ur data items once the value stored in ur output collection.
 

Attachments

  • Coll create.PNG
    64.8 KB · Views: 60
  • Map to ur output.PNG
    54.4 KB · Views: 60
  • To Clear data.PNG
    11.4 KB · Views: 41

Shashank2020

New Member
Hi @Shashank2020
If u want save ur data item into a collection,

Then create an empty collection item and map ur data item output into this empty collection.
And make sure that u need to clear ur data items once the value stored in ur output collection.

Thanks for the help, but I added the add rows stage in the loop with a counter to check the number of rows in the collection in the main page.
 
Top