How to get iterator output into 1 cell instead of 3

Status: Closed · Asked by Pabblynaut on · 0 views

Pabblynaut — Question ·

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?

Pabblymember11 — Reply ·

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.

youtube.com/watch?v=GqaiQO_ekUQ

Back to all forum threads · Log in to reply