Database triger not working

Any idea why this dosent work?
I’m stuck on this for days…

First trigger works:


It updates the reviews_counter field on all the relevant comparison things.

But this one never gets triggered, even if the condition is true when I check the DB:


Changes from a database trigger can’t trigger another database trigger to prevent infinite loops. You can put the workflows in trigger 2 in a custom event instead, and trigger the custom event from both database triggers to ensure it runs for either one

1 Like