Allow for OR in form field conditionals (multiple conditions)
under review
Daniel Hayes
Currently, if you apply a condition to a form field and have multiple conditions applied to it then it will evaluate each condition as AND.
It would be extremely beneficial in some scenarios to have the ability to specify whether it will be an AND or should be an OR.
Log In
D
Danial Gagne
under review
Shmily Strasser
Danial Gagne
When i comes to mixing AND/OR conditions, I like it that each condition has an index number and then a field for the "condition logic" so that we can do different combinations like "1 AND ((2 AND (3 OR 4) AND (5 OR 6)) OR (4 AND 6 AND 7))"
This gives you endless AND/OR combo abilities.
Tre Eiler
Adding to this, it would be awesome if you could next the conditionals in the GUI. I know you can use jinja, but for some newer folks, having GUI level conditions will make onboarding and learning much easier.
Heres an implementation I liked, a similar concept would be handy: