Hi guys,
in a rules table, how does one define a input condition of a rule that says “input different than this string”?
It’s been driving us nuts.
Thank you,
Bogdan
Hi guys,
in a rules table, how does one define a input condition of a rule that says “input different than this string”?
It’s been driving us nuts.
Thank you,
Bogdan
Hi Bogdan,
you might looking for the negation function not which is supported by FEEL.
not("this String")
Does this help you?
Best regards,
Philipp
Thanks Philipp! We were doing something around eval()…