User-Saved Filters

I would like to let the users of my app create saved filters. For instance, if I have a table of shoes with the properties of color, size, and price, the goal would be for a user to be able to save a search for shoes that are red, size nine, and $75 or under. I’d like for them to be able to save multiple filters, and pull them up the when they come back to the app a week later.

I’m fine with this showing up as tabs, a dropdown, etc. Is there a way to accomplish this? Should I save the properties in a table, do a dropdown, make the clicked dropdown affect variables, which then affect filters? Any advice on any approach is welcome.

Hey,

You can use Variables to store user states there. Here is the doc: