I’ve seen some answers in the forum about it, but I couldn’t figure out what I’m doing wrong here (or how to bypass the Adalo’s bug?) - anyways I’d appreciate any with the endless menu while creating a filter…
I’m building a screen that the user can add many filters.
In the DB I’ve added properties/columns in the user table, for example:
filtered_categories - which has many to many relations with the 'category" table.
filtered_color - which has many to many relations with the ‘colors’ table.
Once the user selects categories and colors, I save the selections for this user in the Users table (filtered_categories and filtered_color).
My plan was to filter the list of products for the user by adding this filter: FIlter 1:
All product
Filter 2:
Current Product > Colors
Contains
Logged In User > Filtered_color
(And the same for the categories)
But I can’t really create filter 2, due to the issue you can see in the attached image.