That is the link to the game I am making. You might be able to see it, I don’t know. How do I code it for it to be able that when I click one f the options on the list view, it takes it to the next page, or whichever page?
You can Google list viewer thunkable and there are tutorial videos and Thunkable documentation that will show you how to do that.
Thanks!
i wrote app that you want to do it
https://x.thunkable.com/copy/699db0012251b6e3c4a7e871353c4b51
you can try it.
open screen2 when you choose item in list
screen2 have 2 label.
label1 = choose list_index
label2 = choose list_text
1 Like
Awesome, thanks! This is exactly what I needed!