Multiple 'or' logic

Now that the expression composer has been sunset I have not found a way to manage logic around multiple or statements.

For example if (If A is empty or B is empty or C is empty or D is empty or E is empty) do this thing.

Would this now fall as a bug under the normal composer? The normal composer only seems to like a comparison of two things, once you grow beyond that it forces incorrect logic. ie. (If A is empty or B is empty) or C is Empty) etc.

I’m curious if anyone has somehow solved for this or if this is just an accepted but of the normal composer. Thanks!

Use parenthesis… then you can construct expressions however you like.

That doesn’t seem to be possible in a backend workflow. Bubble automatically inserts the parenthesis, and now that the dynamic expression creator is gone, there isn’t a way to continue the expression inside a single set of parentheses.

Yes, Bubble ‘automatically’ inserts the parentheses, but if you understand how they work you can construct the expression in any order.priority you want.

It makes no difference whether it’s a backend workflow… the expression builder works the same way thorughout Bubble.

Although if the example in your post is what you’re trying to do then there is no need to even use parentheses, as that’s how that expression will be evaluated anyway.

This topic was automatically closed after 14 days. New replies are no longer allowed.