Hi, how can I display multible object each with an image and a text in it?
Hi jsuetfelsd7q5lx, 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!
This sounds like our Data Viewer Grid component. I would look at the documentation first to see how to use these.
Yes. But I coudnt get it to work with local stored list
You’ll need to provide more information for anyone to be able to help. Check out How to ask Great Questions v2.0 on how to best create a post that will get you the answers you need. Thanks!
So that are my blocks.
- I get text + img from the user
- The img and the text are made into an object
- The object is added to a list(stored local )
And now I want do display all the objects in this list on a other screen.
Thank you for the fast reply and I hope you understand my Problem.
@matt_conroy is right. You should use a Data Viewer. You would need to add the image url and the text to a data source row to display it.
There is no built-in way to display a list of objects.
It’s possible to do this with cloned components instead but if you are new to Thunkable or to programming in general, I don’t recommend starting with that advanced feature. It’s quite difficult.