Hello,
If you already have images in a column, then you add a text link to a pic in another column, it won’t recognize the newly added text as an image. How do you fix this?
Thanks.
Hello,
If you already have images in a column, then you add a text link to a pic in another column, it won’t recognize the newly added text as an image. How do you fix this?
Thanks.
Actually, meant to say that I added an additional cell to an existing column and it will not recognize the new text link to a pic entry as an image.
An image column only stores the url text. The actual image is stored elsewhere. The only thing an image type column does differently is render the image in the data editor so you can see it. You could use any column type as long as it contains url.
Where it matters is the front end of the app. That is where it takes the url and renders the image in any component that can display images. The important part is that the image needs to be publicly accessible.
Your question is a little hard to understand. Is the image not showing on the front end or in the data editor? Is it a publicly accessible image? And just to clarify, all images are in the same column, but multiple rows, correct? You mentioned another column in your first post, but you seem to have corrected that to the same column in the second post, so I just want to make sure I understand what you are explaining.