Link each state to a filtered view?

I’m attempting to do a simple directory app for the time being and I wanted to create a navigation choice that was “Sort By State” that would have a list of each state and when they select a state, it would then allow me to link to a screen with a filtered view of my data. But I can’t seem to get the “link to screen” to show up as an option. Is there a trick here?

In the data tab of the glide builder you should be able to create a relation column to link the state in your state sheet to the state in whatever sheet contains the data that’s specific to that state. You should then be able to select the state you want in the list in your state tab, which will take you to the state details page. From there you can add an inline list which will use the relation column you created to list items related to that state.