The quickest solution would be to upgrade your pricing plan from Team to Business to instantly get more automation runs.
Outside of upgrading, unfortunately, Airtable doesn't offer the ability to pay for more runs.
However, you can always try emailing support@airtable.com to ask them to reset your automation runs for the month. Not sure how long it will take Support to get back to you, though.
Since Airtable doesn't offer the ability to pay for more automation runs, this is one of the Top 20 Reasons that I recommend people outsource as many automations as they can to Make's automations & integrations for Airtable. Not only are Make's automations much more powerful & customizable than Airtable's native automations, but you can never run out of automation runs with Make because you can always pay for more automation runs. You can even set Make to automatically buy new automation runs for you when you run out.
There is a small learning curve with Make, which is why I’ve assembled a bunch of Make training resources in this thread to help.
The quickest solution would be to upgrade your pricing plan from Team to Business to instantly get more automation runs.
Outside of upgrading, unfortunately, Airtable doesn't offer the ability to pay for more runs.
However, you can always try emailing support@airtable.com to ask them to reset your automation runs for the month. Not sure how long it will take Support to get back to you, though.
Since Airtable doesn't offer the ability to pay for more automation runs, this is one of the Top 20 Reasons that I recommend people outsource as many automations as they can to Make's automations & integrations for Airtable. Not only are Make's automations much more powerful & customizable than Airtable's native automations, but you can never run out of automation runs with Make because you can always pay for more automation runs. You can even set Make to automatically buy new automation runs for you when you run out.
There is a small learning curve with Make, which is why I’ve assembled a bunch of Make training resources in this thread to help.
Looking at your automation screenshots, I can see that you setup your automation to be an infinite loop that never ends. It says that when a record is created in Table 1, it should create a new record in Table 1. But when a new record is created in Table 1, it will create another record. That will go on infinitely.
Looking at your automation screenshots, I can see that you setup your automation to be an infinite loop that never ends. It says that when a record is created in Table 1, it should create a new record in Table 1. But when a new record is created in Table 1, it will create another record. That will go on infinitely.
I'm not sure what you mean. What are you trying to accomplish in your automation?
Sorry! I'm having an issue with my automation that is generating uncontrollable random blank rows in my table, and I don't want that! I just want it to create a new row with the necessary information related to my created automation and not generate a bunch of unexpected blank rows!
@ScottWorld is right. First, you need to define what you're trying to accomplish.
Based on your questions How to set up to run just one row?
If Record Created Trigger is not required then use Use Trigger type like Record Updated OR Record Matches Conditions.
I think this will limit your automation run.
Sorry ,I mean my automation is creating a bunch of unnecessary rows, and I would like it to only create one recording row when my automation is triggered!
This table is a form that, when my user fills it out, automates distance data between two points using the Haversine formula and also automates the conversion of latitude and longitude using the Google Maps reverse geocode API. The problem is that when my user enters their information, in addition to the perfect response from my script, it is generating unnecessary blank lines and using all of my runs.
I think your Automation scripts are overlapping as @ScottWorld mentioned above. For now, just disable automation and verify it properly until it's fixed.
Please write your code(with removed credentials). Then some community members verify it.
Also, let me know that does you generate JS code using any AI Model(GPT, Bard, etc), Or if it's created by any specialist.
I think your Automation scripts are overlapping as @ScottWorld mentioned above. For now, just disable automation and verify it properly until it's fixed.
Please write your code(with removed credentials). Then some community members verify it.
Also, let me know that does you generate JS code using any AI Model(GPT, Bard, etc), Or if it's created by any specialist.
Yes ,I generated JS by AI.
SCRIPT 1:
let table = base.getTable("Table 2");// Substitua "SuaTabela" pelo nome da sua tabela
Cross-check all other Airtable automation and also check external process automation tools(Zapier, Make.com). If there is anything that causes this issue.