Hi Everyone!
I have two tables in Airtable, Clients and Orders. The final CSV file will go to Google Drive. After this is set up correctly, I will try and figure out how to upload to Airtable.
I need my scenario to go through each record in the Clients table and then for each client search the Orders table in a field with the text “Week 1” to create the data for the CSV file.
The search with the formula for {Field Name}=“Week 1” works no problem.
I’ve got the upload to Google Drive working, but all of my CSV files are exactly the same for each client. In other words, it’s just grabbing everything from the search for ‘Week 1’ in the Orders table without distinguishing which client the orders belong to.
How do I fix this scenario so it runs through for each client?
Thank you