I’m working on an n8n workflow to process Gmail attachments. The flow is designed to:
Trigger on new Gmail emails with attachments.
Create a folder in Google Drive based on the email subject.
Upload the attachments to the newly created folder.
The Issue:
Occasionally, the file upload happens before the folder is fully created, leading to errors. Is there a way to ensure the folder creation completes successfully before the file upload begins?