I have a scenario where:
- I get some files from google drive, these files have a column with an ID
- I then get some files files from another folder in google drive, which has some people and their ID, which matches the ID’s in step 1
- If the two ID’s match, I want to grab the name of the person, and then create a google sheets spreadsheet and put in all the rows from step 1 that has the same ID as the person, and do this for each person
- But I first check google drive if I already have a file named the person’s name, if not, I create the new spreadsheet with the person’s name as the title
- Then I need to put in all the rows that match with the person’s ID
Sounds very complicated I know… But I’m very close, I’m just stuck in an iterator so it keeps creating a new spreadsheet with the same person’s name, because it still hasn’t finished the first iterator that goes through the names, and I don’t know how I’m supposed to change it
blueprint (11).json (218.4 KB)