Skip to main content

Hello amazing community!

We add monthly classes Google spreadsheets added to a Google Drive where the students data are in. We need a zap to row-by-row copy then transfer all the data over to a Master Data Google Sheet.

We then have another Zap that monitors the Master Data Google Sheet, when a new row is created on this sheet. So it’s a step 2 zap that works fine. 

The issue I’m having is for the step 1. There’s no exact spreadsheet ID since it’s a monthly spreadsheet when I use the LOOKUP. What’s your best workaround to get our monthly data transfer to our master sheet? 

Hi ​@ronee, welcome to the Community! 🎉

Sorry you’ve not had a reply here yet. Were you able to figure out a way to achieve it? If you managed to get it sorted, we’d love to hear more about the approach you took - I’m sure there must be lots of folks wanting to build something similar! 

And if you’re still stuck, how many rows of data would need to be transferred?

If it would be less than 1,500 rows you could try this sort of approach:

  • New File in Folder (Google Drive) trigger to run when you move the monthly spreadsheet file into a specific folder - that should give it’s ID.
  • Have a Get Many Spreadsheet Rows action to find the rows in that spreadsheet (limited to 1,500 rows).
  • Then use a Create Multiple Spreadsheet Rows action to copy the rows over to the main spreadsheet.

Hope that helps. Let us know how you’re getting on, want to make sure you’re all set! 🙂