Skip to main content

Is there any way we can run script wjen record is updated?

  • July 31, 2021
  • 1 reply
  • 13 views

I would like to know if it is possible to trigger script when a record is updated. I can see the [

useWatchable

](Airtable Blocks SDK)

hook is avaiable, but I don’t know if it will run on background or not?

For example If I update record using a API then would it would trigger ?

Here is what I want to achieve :slightly_smiling_face:
When a record is updated in a table ==> Trigger APP to run calculation ==> ADD/update entry in another table.

For first table there are number of source to update record…

Please advise if thre is an better optoon available.

This topic has been closed for replies.

1 reply

Kamille_Parks11
Forum|alt.badge.img+27

Its possible to do, but Apps do not run in the background. General rule of thumb is if no user has the app window/dashboard open, the apps are dormant.

Have you considered doing whatever you’re trying to do with an Automation’s “run a script” action? Automations run without any person needing to have a particular app/window/base open.