And conditions in repeating group

Right now if I have two conditions, if one of the two conditions is false, it doesn’t register. Is there a way a to make so if one is true, it registers.

Normally you use OR instead of AND. Or you can create another condition under first condition. Make sense?

1 Like

@JohnMark I wasn’t very clear. What I want is that if the two conditions are true, its part of the list. Right now if usercart = Current Users Unique Id OR Fulfilment = no, It is part of the list, one or the other. I want it to requier that usercart = Current Users Unique Id AND Fulfilment = no for it to show.

1 Like

Forgot to add the image

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