Question

Is there way to change interval of update time?

  • 11 November 2021
  • 4 replies
  • 532 views

I made zap which backup new uploaded/modyfied files from Google Drive to Dropbox. The problem is that there are a lot of google sheets and documents I work on, so every Update Time Zapier recognizes that the file was modyfied (google automatically saves the file when modify), triggers and run my zap and copy that file to my dropbox.

In professional plan it happens every 2 minutes. It is not neccessary and it will make me run out of tasks very quickly.

I tried to first set Schedule by Zapier and set to trigger everyday, but then there is no way to perform action for new uploaded files.

Ideal will be condition like this - every hour/day check if new file was uploaded and if so, run task.

Now better for me is Starter Plan or even Free Plan which runs every 15 minutes.

Is there any solution to set update time to the specific zap?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Userlevel 6
Badge +6

Hey @drozumek ,

 

You should use Filters by Zapier and create your own condition in this filter. This filter will make sure the zap will not proceed after the filter.

 

You can read more here https://zapier.com/apps/filter/help

@jayeshkumarbhatia 

Hi, but by using the filter Zapier will count this as a task. So still it will drain my out of task very quickly.

Userlevel 6
Badge +6

Hi @drozumek,

 

You can build the Zap with first or second action as Filter by Zapier. For Filter by Zapier action, a task will be counted only when filter matches. If the filter action does not match, than your task will not be counted for this action.

You can read here more - https://zapier.com/help/create/customize/how-are-tasks-counted-in-filters

Userlevel 7
Badge +14

Hi @drozumek 

The best but advanced way to achieve what you’re trying to do would be to leverage the GDrive API: https://developers.google.com/drive

 

App APIs can be used in Zap steps via the Webhooks app or a Code step.

Webhooks: https://zapier.com/apps/webhook/integrations

Code: https://zapier.com/apps/code/help