I made a way in Dataview to show an image in the dataview query from the note, by checking if a linked file is from “Attachments” folder and showing the first one
embed(filter(file.outlinks, (link) => contains(string(link), "Attachments"))[0]) AS "Cover"
This made it very simple to just import an image into the note and Dataview would automatically show the image without me entering the file link into “image” property. Now, with bases I have to do this again
Proposed solution
Allowing using formulas as covers in Bases card view
(also id appreciate if anyone could rewrite the formula for the new Bases syntax, that snippet was made by Claude Sonnet)
You should then be able to select the formula property (well, if it works as attended ) as the Image property to use to as a “cover” for the cards
(I could only test on iPad at the moment )