New Filtering Logic Crushed My App

I have a dropdown of visitor counts in which users select the number of guests they’re entering a venue with. Previously, I had a “less than or equal to” filter to a property that was blank for most users. This wasn’t an issue, as Adalo only used the filter if the property had a value; if the property was blank, Adalo ignored the filter.

Given the filtering logic update, it seems blank properties are now seen as “0”. Since many users shouldn’t have a number in this property, how can I replicate my previous logic where this property is only referenced when there is an actual number?

1 Like

Any guidance would be helpful.

Hello! You can add a filter which is (Property is not equal to Empty). That way you’ll be able to detect the properties that aren’t empty and contains numbers according to your description.

Thank you!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.