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.