I’m starting a workflow with a Google Drive trigger. It should trigger at File Created. But it works only manually. And it takes only one file when I move multiple files.
1- Changing to “File Updated” instead of “File Created” improves the detection of files that are moved or overwritten within Drive.
2- Add a “Schedule Trigger” + “Search Files.” Set up a scheduled trigger (every 5 or 10 minutes). Use a Search node to detect new files since the last run. This complements polling and avoids relying exclusively on the Google Drive trigger.
Hi there!
To the point, Google Drive Trigger is using polling method to get the file(s), and you can adjust the polling time by setting the time trough “Mode” fields.
It’s different with another webhook that will catch data when new data received.
Thanks. It’s now set to 1 minute. I read in this forum that it should detect at every execution all the updated files since the last execution. It’s not happening.