I’m building an app for a startup, and my flow is the following:
User sets some filters for a search (2 dropdowns and 2 dates for an interval)
User clicks “search” and a transition happen to another page with a list
a. this list is filtered by what was set in 1.
User can see a preview of the items
User can go back.
The problem, when the user goes back from a preview of an item after the search, the search inputs disappear, so now the list of the search has ALL the items of the database.
I can’t attach a video showing it, so here is a link to a drive with it.
Note:
Both filters look kind of the same but they are: Desde - is equal to - Other components -> Inicio -> Desde -> Name
and Hacia - is equal to - Other components -> Inicio -> Hacia -> Name
I guess using User collection properties would be good. But not sure if this is a bug. Maybe @CH_Team can confirm? ( Just thought to taging @Victor too, to see what he might think because he’s a legend using Adalo and I think he would have a great answer for this )