Incorrect data displayed

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.

  1. From a list I select the vegetable that I want to know more about.
  2. 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?

Can you share the project link? Or at least a screenshot of how you are setting app variable VegetableRowObject and what your data looks like?

https://x.thunkable.com/projects/671ff59b91bce6e4b173fd3a/openProject/designer

Thanks for taking a look. Can you use this link?

Yes, that link works. I don’t have access to your data because it’s in the cloud but when I enter my own plant names and picture urls, it works correctly. Any chance you can either share the spreadsheet as a public url or take a screencast video of what you’re seeing? Your blocks are so simply that there’s not problem with your coding. So it’s either something about the database or the way it’s syncing to Thunkable.

To troubleshoot this, add a Data Viewer List connected to your data source so that you can see the plant names and pictures. Does the Data Viewer List look correct?

Ok, it works now.
I just had to resync the data source and now everything is in the right place.
Thank you so much for taking a look.

1 Like