Hey dear community,
I’m trying to get something done along the lines of:
- A new google sheet is filled out with data for every new client
- That new sheet is then added to a Drive Folder that is being watched by my Make scenario
- Then a google sheets module takes the data from inside that newly added sheet on the folder
- And “Add a Row” to “master spreadsheet”
This will feed into another automation that is watching this master spreadsheet, in order to generate data. But this first spreadsheet on this unique format is presenting some challenges.
This is the Sheet we want to add to the Folder, and have the "Answers"column extracted to be used
This is the row we want to add the extracted data
The issue I have with this process, is that we can’t use the same spreadsheet and just add more content. Every new client has a new spreadsheet. So we need a way to have this automation get the data from every new file added into a Drive Folder, extracted and appended to a master spreadsheet.
Is it possible? Which modules should I use?
Here’s what I’ve been trying so far:
Any help is welcome!! Thanks guys!