Skip to main content

Rerunning automations in their new state

  • March 16, 2023
  • 3 replies
  • 98 views

Forum|alt.badge.img+1
  • New Participant

Hello Airtable community,

In my usage of Airtable, I extremely often find myself wanting to rerun failed automations after fixing some issues in scripts, but at the moment the rerun button only offers rerunning in the previous state of the automation.

And the suggestion in the support documentation doesn't apply to my case as this often happens in cases when the trigger is a webhook. And rerunning things then is quite complex and time consuming...

I'm therefore wondering whether anyone had insights on some upcoming option on Airtable automations to support rerunning using the new state of the automation, if others share the same troubles, or if the Airtable  team could share their viewpoint on that feature request.

Thanks!
BC

3 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • March 16, 2023

While being able to re-run an automation using the current configuration would be quite useful, usually I just re-trigger the automation. When the trigger is a webhook, you can just call the webhook again.

If calling the webhook from the original source is difficult, you can use a script to call the webhook. Since you have a script, you can also have the script console.log the webhook post data in JSON format to make it easy to reuse the original data when you call the webhook again.


Forum|alt.badge.img+2
  • New Participant
  • 1 reply
  • August 21, 2024

My Automation is a form-submit trigger, which then automates to sending email to two folks, I had forgotten a comma between the email recipients.

How would I re-run those after fixing the automation ? (the re-run automation just runs the unfixed version)


Forum|alt.badge.img+3
  • New Participant
  • 1 reply
  • December 14, 2024

Is there a reason it is setup this way? I get that there are situations in which it is helpful to only rerun an error step, but more often it is helpful to run the entire automation again. Are there any plans to add this feature?