How to get iterator output into 1 cell instead of 3

Pabblynaut

Member
Hi! I have made my first try using the Iterator. I get 3 rows of data into the iterator, and then use add new row in Google Sheets. But this outputs 3 rows, but I need the data from the iterator into 1 cell, not 3. How do you get all data from the Iterator into 1 cell?
 
P

Pabblymember11

Guest
Hey @Pabblynaut

In that case, you can try the "Line Itemizer" action step instead of the Iterator which will produce the comma-separated values in its response which you can further pass in the Google Sheets in single fields.

 
Top