• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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