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!