Gmail Trigger - Pooling & Execution Count

I have created workflow to read emails using gmail trigger. I want to set it’s pooling frequency to 1 minute. Will it count each minute as execution even if my workflow executed only 10 times.

the answer to your question is yes @Aparna_Gaikwad When using a Gmail trigger with a 1 minute polling frequency, each poll will count as one execution, regardless of whether a new email is found or the rest of your workflow runs.

Does this answer your question, if yes kindly mark as the solution.

1 Like

I activated my workflow to test this but it counted execution only when it received email.

Here @Aparna_Gaikwad i found a similar discussion

From what I have observed, one with gmail received will be count execution.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.