Hello everyone, and thank you in advance for your help.
I have a database trigger on Bubble that fires under the following conditions for my data type “rapport”:
rapport now statut is not "renseigner"
rapport before change is not empty
rapport now is not empty
In the “rapport” data type, I have a field called “vendeurs”, which is a list of users.
What I want to achieve is that my DB trigger should not fire if only the list of “vendeurs” has been modified (added, removed, or updated).
I’m struggling with the logic of the expression I need to build, and nothing seems to work as expected so far. Could you clarify this for me?
Thanks a lot!