How to show list based on form input?

I am trying to build a food delivery app, I have created a screen where people can choose area name. These area names are already in my database. So the respective restaurants to be shown in the homepage as per the area chosen. How should i do this?

Hi,

You need to create a relationships

  1. Create a relationship between area collection & users collection
  2. Create a relationship between area collection & food/restaurant collection
  3. Then on the list apply filter - Current food/restaurant > area name contains Logged in the user area name

Hope this helps

1 Like