I have created a capture for multiple images in my app. When i try to export my data from my glide table that contains my ‘Multiple Images’ column - that column does not show up as column to export???
What are my options to get those images?
1 Like
Do you know (or could you stipulate) the max number of images? If so, there is a straightforward solution but it doesn’t work if the total number of images is unlimited.
1 Like
You can create a joined list column to join the URLs of the images. That will now exist as a string, and you can export that (either through the Export function or Generate a CSV function).
Thank you. Joined List worked for me.
1 Like