Combining AND/OR Conditions in multistep form

Currently in every step in a multistep form one can say

“show this step if e.g. field1=1 AND field2=2”

or one could say

“show this step if e.g. field1=1 OR field2=2 OR field3=3”

This is great for most cases. However it would be nice if one could use AND/OR conditions together for more complex situations like:

“show this step if e.g. field1=1 OR (field2=2 AND field3=3)”

Best
David :slight_smile:

Btw. what I mean by this is what bricks conditions can do: chaining AND and OR Statements.