there are two pictures and two lists in screen 1. when pressing picture 1 shows list 1, clicking on image 2 only shows list 2. please help block
Welcome to Thunkable!
How are you displaying your lists? Are they in labels? Data Viewer Lists (DVLs)?
If you click on a component such as a label or DVL, you will see a block that sets the component’s “visible” property to true or false. That will show or hide it. Put that block inside a “when button is click” block.
If you can’t get this to work, post a screenshot of your blocks or a link to your project and explain what happens when you preview the project.
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.