How to Transfer Specific Number of Contacts Daily from Google Sheets to Marketing Software Using Pipedream?

This topic was automatically generated from Slack. You can find the original thread here.

Hello guys, this might seem super obvious but its my first time to use pipedream and im honestly with not much technical knowledge.

So i have a google sheet with contacts and i want to move X number of contacts everyday to my marketing software via API.

I did all of this but i cant seem to let pipedream pass the first contact. Or able to control how many contacts to move at a time. I want to go through the sheet in order and do not repeat already done rows.

How can i do that? Would appreciate any help

Hi , to work on multiple rows, you’ll need to create a code step to loop through them all.

Our powerful bot @U05A7KLNALC can help you on that.

You can share the provide of your data in Google Sheet, your Marketing API description, then ask it to write a Node.js code step to call the API for you

To help you with processing multiple rows from your Google Sheet and sending them to your marketing software via API, I’ll need some more information: 1. Can you provide the format of the data in your Google Sheet (column names and example data)? 2. What marketing software are you using, and do you have any documentation or API reference for it? Once I have this information, I can help you write a Node.js code step to loop through the rows and call the API for each contact.