So I have an array in my firestore that could include either channels_included_2 or channels_included_300 or both .. in each of them is a field called setup_price_sell
If I create a single condition it works fine, but when i try adding an OR condition the field turns red and cant add it. Basically I want it so if there is a setup_price_sell thats not 0 , display the widget.
I also get a weird line that cuts through the first condition (you'll notice it in the screenshot) when trying the OR and cant edit it - seems like a bug
If I independently try the conditions as singles, it works, when I try with an OR , it doesnt.