@Benn_Bennett already asked this question, but unfortunatelly there was no answer.
The only way I managed to show the image at all in a table was setting the column (with a filter formula) as a text, but I guess that’s the reason why it doesn’t work when you want to use this image as a card cover in card view. Has anybody found a way to make this work?
Edit:
Here you have a doc where I show the issue I’m having:
I’m not currently in front of my computer but something that could work would be to store your images in their own table with 2 columns : one simple text field for a name you might want to give to an image and an image field.
Then in your other table add a lookup field from the table where your images are stored and then add a related column from the lookup to get you image in the table where you want to use the image as a row cover
Something else that can be done with images is move them by using a button (with a ModifyRows() action formula). It might not be the most practical way to do this though … But it’s still a way
Being away, these are the first things that came to mind at the moment