I have a custom workflow:
Step 1 - When a new email is received in Inbox with a specific subject + attachments the trigger Gmail - New Attachment runs.
Step 2 - Airtable action - Find record is searching for record in my base by Email.
Step 3 - Zap splits into 2 paths.
Step 4 - Path #1 if record exists in Airtable.
Step 5 - Google Drive action - Find folder.
Step 6 - Google Drive action - Create folder (a new folder creates inside folder from Step 5).
Step 7 - Google Drive action - Upload file (upload attachment from step 1).
Step 8 - Airtable action - Create record (creates record with a link to folder where attachment was uploaded)
So if I have more than 1 attachment as many new records are created in my database as there were attachments in the email.
I need all attachments from one email to be saved separately not zip file in one folder on Google Drive and I can create 1 record in my Airtable base with one link to this folder.
How can I make that?
Thank you!