Dynamic Selection

Hi All. As a new user I have a question which I hope you can help with. I have 350 sporting fixtures taking place at 25 different venues. There is a different team at each venue and there is a defined list of people that can work at each venue. The bit that I am stuck on is - how do I set it up within my database & mobile app so that if the user clicks on Venue 1 - he is presented with a list to choose from applicable to that venue only? At moment using the choice component I can only link it to the full list of people within my database. thanks

If you create a relation linking the venue in the venue table to the venue in the people table, then you can use that relation as the source of your choice component.

1 Like