I have a list of items in my startscreen and when I click one I would like the app to open screen1 and fill it with a list of items filtered by the one selected at the startscreen.
- Should I use "Labels" in the List component of startscreen, or I can use the "Text" field of the component to fill the data?
- How can I store the selected value to use it as filter?
- How do I set the list and the service in screen1 to retrive the filtered values?