Let’s say I have Table A and Table B. I have Image X uploaded in Table B.
How do I display this same Image X in a cell in Table A?
I tried putting a “select list” type of column in Table A, and then doing a lookup on a column of images in Table B. Unfortunately, in Table A, the images don’t show up as thumbnails, only the image filenames are shown.
So far I’ve just copy-and-pasted Image X from Table B to Table A, but this is not ideal because I don’t need to have unnecessary duplicates. I just want to have Table B containing all my images, and then be able to lookup and display any Table B image in a Table A cell.