Hi everyone,
I want to handle those 2 use cases :
1/ whenever 1 new file is uploaded in my /folder1/, start a sequence of actions
2/ whenever 3 new files are uploaded in another /folder2/, start another sequence of actions
Case1 is super easy with the “New File in Folder in Google Drive” trigger, it works all fine between my different systems.
I am stuck with case 2 which has SEVERAL files. For that case, I need to start the sequence of actions only after the 3 files have been fully uploaded to the /folder2. Is there a way to give such a signal ? I was thinking introducing a “Delay/Wait” of a few minutes, which in theory would give enough time to get all 3 files fully uploaded. But not a guarantee.
Also I am not sure how to get multiple files at the same time (this is probably another point, first I have to solve the triggering only when all 3 files are ready !)
I would appreciate if someone would give me a few hints where to look for a solution :-)
Have a great day.