How do I link button with listview items selection to move to another page

how to link button with list view items selection to move to another page
i want to link the any selected item from list view with specific page by click button

Welcome to community. You could try like this

How many screens are you going to use in your project ? It is recommended not to use more than 10 screens else maybe you could work with "virtual" screens by setting visibility to true/false in an arrangement

thank you for your answer i will try it
i will link each item in list view by screen
it may be 20 screen

1 Like

Better work with "virtual" screens, 20 screens are too many

See also Building Apps with Many Screens

if i want to select "x" from list view open screen 1 and if choose "y" open another screen "screen 2" which code i will use

Use Listview selection index to select screens list index

1 Like

Try this test aia in order to understand the logic

listview_screens.aia (5.0 KB)

1 Like

thhhhhhhhank you :rose: :rose: :rose: :rose: :rose:
i understand the logic
the code work with me

1 Like

Post either a screenshot of your blocks here or a test aia that shows the error