Hi all,
I created a random list that shows images on screen 1. Now I would like that when I move to screen 2 another image is shown, but that it is associated with the image that appears on screen 1.
Sorry for my bad English, I hope I was clear enough. I thank in advance those who want to help me solve this problem.
Hello @mroux710979ek6zd , welcome to Thunkable!
Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!
I suggest to create a local table with two columns.
In the first column, you save the images for the first screen, and in the second column the associated images.
To get the image on the first screen you save the random number on a variable and you use the same variable on the second screen.