What are you trying to achieve?
I plan to dump 100 PDFs into a Google Drive and have each file go through a Make scenario where it is downloaded > pushed to Google Gemini > data extraction > push content as new row on Google sheet.
The content from each file becoming a new row in a Google sheet.
My question is this -
Are there any rate limits I should be aware of for any points in the process (download, Google Gemini)?
How does make handle this type of tasks? Does it work on 1 file at a time or does it get serialized with multiple files going through the scenario all at once?
Are scenarios with large numbers of files typically a bad idea?
What other advice or pointers do you have for achieving this goal?
Steps taken so far
I have built the flow for a single PDF and it works fine.