Trigger a database events when data changes

Good evening everyone, I’m trying to trigger an event, but with no results, let me explain.

I would like every time a restaurant in my app receives a new order, a call is made to an external endpoint (created by me).

Now I have therefore created a custom event in the bubble workflow in this way

and on page load, I set my trigger like this

last_order is a field in my db, which indicates the time when a restaurant received its last order.

The update on the db happens smoothly and the trigger is activated BUT ONLY 1 TIME.
Instead I would like it to be activated EVERY time there was a new trigger in the db

This topic was automatically closed after 70 days. New replies are no longer allowed.