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:
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
You are correct, and support have confirmed that this is the cause.
Thanks.
I need to replan this…
I’m struggling creating a sequence of all parallel API list workflows that ends in a trigger. It seems that the data in the DB doesn’t always match the data of the Things in the workflow.
Will try to redesign the use case.
This topic was automatically closed after 70 days. New replies are no longer allowed.