Image url in google sheet

I am making an app with google sheet integration. I’ve used image picker to save multiple images, but the url of these images doesn’t seem to be reflected in google sheet. How can I check the image url in google sheet?

Due to the way the Multiple Images column works, it can only live within Glide. You will not see it in your google sheet.

If so, is there a way to download user uploaded images externally?

I was thinking of taking the url and downloading it, is this only possible with the glide api? I’m on the maker plan so this would be difficult.

Well, regardless if you use a single image column or a multiple image column, or even a text column…the only thing that’s stored in the table is the url of the image. Just want to make sure that is clear. A single image column and text column would each sync to the google sheet, but they still only contain urls.

With that said, once you have the url for each image, you can use whichever process you want to download a copy of each image. Regarding the Mutiple Images column, you can use a Joined List column to get a comma delimited list of urls, and then you could have an action somewhere in your app to copy that joined list to a basic text column that could sync to your google sheet. Otherwise, you’d maybe have to use a Call API, Make/Zapier, or something along those lines to obtain those urls and do something with them.

1 Like

you saved my day!!
thank you so much!!

I used “array to set” in the action.
The multiple image urls were parsed and synced to google sheet.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.