Good day,
I have a flow that is triggered by storing files in a sharepoint.
Now it can happen that 200 files are stored in the sharepoint at the same time. In this case it happens that the flow does not offer all files and sends them by mail. Sometimes 50 remain, sometimes 30 or less. If files are uploaded individually, it cuts out. How can you manage such a mass upload? I was thinking of waiting 5 minutes when the first file is declared and then triggering the actual flow.
The flow should distribute the files by mail according to specifications.