How to upload photos to google sheet?

Hey everyone
I am using Google sheet as my data source, I want my user to upload a photo into the data source and then show that image in another screen. Can anyone tell me how can I do that?

Hey @dezynationindia you can’t use google sheets for images you can use the media db component

https://docs.thunkable.com/media-db

This might help you

Thanks :grinning: :grinning:

You can upload your images to Cloudinary (media_db), and the save the URL in your Google Sheets. Then you can use the same link for your image in any screen.

2 Likes