-
Is there a way to group conditional logic? For example:
In my experimentation so far it seems like all the conditions get flattened and can't be nested. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, never mind. Looks Expr() is exactly what I was looking for. I swear I read that section of the docs a hundred times and kept missing it. I'll leave this question here in case someone else searches the question the way I did. |
Beta Was this translation helpful? Give feedback.
Well, never mind. Looks Expr() is exactly what I was looking for. I swear I read that section of the docs a hundred times and kept missing it.
I'll leave this question here in case someone else searches the question the way I did.