Hi. I need help with a Bases formula that has both an image and a string.
What I’m trying to do
Adding an icon of a country flag and the name of the country,for example
Pirateland
(i used a pirate flag since windows 10 can’t render country flags)
Things I have tried
I had this code: image("flag-"+origin+".png") + " " + origin It just displays something like: “![[flag-Pirateland]] Pirateland”
Using image("flag-"+origin+".png") works fine and displays the correct flag.