How to set 2 condition in disable querry

Hi, how to set this to return only false or true if i use 2 conditions?

image

It returns false or true but it should return true (false or true = true).

Thanks.

Hi there! You'll want to use the || operator inside of double curly braces to accomplish this. Something like this should work:

Let me know if this solves the issue you're facing!