• 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.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

How to send 3rd party api data with multiple rows to Google Sheets

ddra90n

Member
Hi, using Pabbly, I'm able to grab 3rd party api data, which have multiple rows. How do I add these rows of data to Google Sheets? I tried "add a row" but that only adds the last row of api data. I tried "update values within a range" but it doesn't allow me to add data for 2nd or 3rd row either. Here's my video of my steps: https://www.loom.com/share/4e9ef42007bc40cca2511a303cfa59bf

And here's the Google Sheet: https://docs.google.com/spreadsheets/d/1UrC7ymPGQ1o5jnkbBmj3fRHuxKKVVqkTQsW3gS7SBI0/edit?usp=sharing
 

Fagun Shah

Well-known member
You need to capture the API call response with Simple Response toggle turned off.

Once you do that it will capture the response in array format. Then you can use iterator to add each row one by one in the google sheet.

Keep in mind that while setting up the iterator it will only go through the 1st data of the array(1st result/row) , but in real execution it will go through each row one by one and add them al the google sheet using Add New Row action.

Here is a video that might help you -

Also feel free to DM me on FB if you need any more help. We can do a quick zoom call.
 

ddra90n

Member
You need to capture the API call response with Simple Response toggle turned off.

Once you do that it will capture the response in array format. Then you can use iterator to add each row one by one in the google sheet.

Keep in mind that while setting up the iterator it will only go through the 1st data of the array(1st result/row) , but in real execution it will go through each row one by one and add them al the google sheet using Add New Row action.

Here is a video that might help you -

Also feel free to DM me on FB if you need any more help. We can do a quick zoom call.
Thank you Fagun. I need a little more help. Just DM'ed you on FB. Thank you.
 
Top