Trigger on table for 'if value changes'

Is there a custom way of having a trigger on a table based on a value change?

We have a table being filled in by a API call which should trigger a logging table to be filled in. The same value is being overwritten everytime we receive the information from our call.

An option I see is to work with the timer trigger, but as this can only trigger every 30 seconds, we might miss some changes in the logging.
Thanks in advance!

Automations have exactly this type of Trigger.
So what exactly do you want to do, when a Table changes? This is key on how to tackle your goal…

I have not used the automations yet in Tulip, will have a look.

Basically what I need to achieve is to fill in some values in another table. So if value X of table A is changing, fill in value Y, Z in table B.

Thats exactly what Automations can do, even if there is no App running.

Automations will do this in the background as soon as a change is detected.

Find the “getting started” here:

Getting Started with Automations (tulip.co)

2 Likes