Skip to main content

AUTOMATION SCHDULE TO RUN EVERY 15 MIN RUN OVER 100 TIMES ALL AT ONCE

  • August 20, 2023
  • 3 replies
  • 33 views

Forum|alt.badge.img+4

So I have this:

 

* I contact support regarding this issue.

I found that due to unknown issue / too many api calls this automation paused for 10 hours, than run all at once (I guess it was filling up a queue) the issue is that it was all running simultaneously creating tons of duplicated data.

 

What Can I do to prevent this from happening ? I am using scripting. I did try to prevent using a flag "update record" but I could not find a way to make an extra condition where I already have the "

  • If Records length >0 or Records length >0

And there is not grouping in here, should I work with the script to make the blocking ?

3 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • August 20, 2023

You may want to recreate your automations with Make, which is a more advanced automation platform for Airtable. It has advanced conditionals, advanced time scheduling, native looping of records, it allows a 40-minute run time for each automation, and much, much more.

There is a small learning curve with Make, which is why I created this basic navigation video to help. I also provide the links to a few other Make training resources there as well. For example, to instantly trigger your Make scenarios from Airtable with a script instead of a button, check out this thread.

 

 


Forum|alt.badge.img+4
  • Author
  • Participating Frequently
  • August 20, 2023

You may want to recreate your automations with Make, which is a more advanced automation platform for Airtable. It has advanced conditionals, advanced time scheduling, native looping of records, it allows a 40-minute run time for each automation, and much, much more.

There is a small learning curve with Make, which is why I created this basic navigation video to help. I also provide the links to a few other Make training resources there as well. For example, to instantly trigger your Make scenarios from Airtable with a script instead of a button, check out this thread.

 

 


well my automation is a full code of 200+ lines, I dont think Make will make it 🙂


Forum|alt.badge.img+4
  • Author
  • Participating Frequently
  • August 20, 2023

well my automation is a full code of 200+ lines, I dont think Make will make it 🙂


And In general I would have drop it all for a custom made django CRM + custom automation.