Hi, I am wondering if it is possible if it is possible to access the URL of an image that has been uploaded in another column. In my table, each row will either have an image URL or an uploaded image
However, on the layout I want to show either the URL if it is not empty or the image field if it is not empty. If I could access the uploaded image URL then I could create a 3rd column that is a If-Then-else field to place an image URL in that column for every row and use that for my Layout.
Tables don’t hold images. They only hold the urls for the images. That means that the image url is always there. If you want to display it, just point a text component to that image column.
Ah ok, it hasn’t been showing to me as an option becasue I hvae it set as a multi image column. I now have image column and am displaying the URL. Is there way to do the same but for a multi image column? Do I need to change it to an array first?
Use a Joined List column, which will give you a comma separated list of all URLs, or
Use a Single Value column to extract a specific URL from the array
ps. When asking questions, it’s always a good idea to include a screenshot of your data. We can usually get a much clearer picture then and it will save a bit of back and forth.