How to store image with name id I want to store it in the thunkable app itself and then after saving it how I retrieve the image

Thunkable app.
How I save images and name together in a thunkable

Do you want to upload images to the app while developing it or do you want to have users upload their own images?

You can upload images to Cloudinary and get a url that you save in a local data source or cloud data source. See this: Files Blocks | Thunkable Docs.

Welcome to Thunkable! :partying_face: :confetti_ball:

You can save the image URL in a variable (same thing with name) and use this variable wherever you want, as long as they are in the respective components.

It’s recommended you use an app variable rather than a stored or cloud variable, so that it can reset to "" when reopening the app.