• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

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