I’m using Save Gmail attachments to your Google Drive
workflow. I tried to send multiple emails, but the workflow only triggered in test mode. I checked the code and I found this:
"recurrence": {
"interval": 15,
"frequency": "Minute"
}
Turns out there’s a huge delay between triggers. Is there any way to change it, since code can’t be edited? or an alternative?