This would allow Adalo users to place a chip list and use it to filter a list just like a dropdown menu.
Theres a pretty simple way to get this to work already. You just add a text input field on a hidden screen and have an action to your chip list that populates the input field with a criteria text. The you add a list that filters on whatever is in that input field on the hidden screen.
Originally posted by: fela.hughes@buengo.com
1stthingapps: you don’t even need to do this on a hidden screen, you can add a variable to a logged in user that acts as a storage place for whatever’s selected! but same idea ![]()
Katy Donahue: Yep- It’s just it’s faster to read and write to the another screen compared to the database- and also pretty soon you end up with a bunch of flags against each user record that just clutter the tables up.
Originally posted by: fela.hughes@buengo.com