Filtering by clicking on list item

Hi!

Is it possible to filter data by clicking on a list item. In my example: I have a list of cities on one page and by clicking on one city I want the app to open up another page and show the data of the specific city (which was clicked on), e.g. population, country etc.

It seems like there is no “filter on click” action, or am I thinking in the wrong way about this?

Thank you!

Yes. When you click the city within the list and you navigate to screen 2, that current City data is then available.

You can also have an action to update an input box value. Think about a horizontal list of cities at the top and then a detail section below. The detail section needs to be a list that is filtered based on the input box value.

Thanks a lot! I guess I was thinking too complicated here.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.