Help to configure workflow for multiple simultaneous executions when uploading several files to Google Drive

Hello community,

I’m currently building a workflow in n8n that uses OCR to process PDF and image files uploaded to a specific Google Drive folder. The workflow works correctly when I upload files one by one. However, when I upload multiple files simultaneously (e.g., three invoices at once), it processes only one file and ignores the rest.

I understand that this might be related to workflow executions being limited to one event at a time. Could someone guide me on how to correctly enable multiple simultaneous executions?

Thank you very much in advance for your help!

Simultaneously, meaning that you submit files via three forms in parallel each processed by an individual workflow execution run or three files via same form?

Could you post your workflow using the </> button?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.