How to execute a rule based on a non-match?
Hi,
I'd like to execute a rule, based on a previous rule exclusively not matching (ie. specific element is absent). I basically want to add an element but only if it's not already there, to not create a duplicate. How can I do this without the NOT boolean operator?
Thanks,
Jerome