Hi all,
I just started using Thunkable to make an overview of different types of vegetables to help me during the growing season next year.
I have four different screens.
- From a list I select the vegetable that I want to know more about.
- I get a picture and two more buttons where I can choose between location specific (3.1) or more general knowledge (3.2) about the plant.
3.1. Location specific: Here I want to display six different variables related to the selected vegetable.
3.2. General: Here I am displaying six more general variables related to the vegetable.
The build up was fairly straightforward and everything is working, however on screens 3.1 & 3.2 I am not getting the data I am expecting. The data is for the correct vegetables, but not for the correct column from my table.
I suspect there is an error in how I move from screen 2 to 3.1 & 3.2.
Can anyone help?