Encodeurl issue?

Hello,

Could someone check for me if this is an appsheet or placeholder issue? It was working fine until this morning.

Image column

SWITCH(
[Status],
"In Progress", [Progress Bar],
"Entered", concatenate("http://placehold.jp/20/0091d2/ffffff/150x75.png?text=", encodeurl([STATUS])),
"Complete", concatenate("http://placehold.jp/20/23c552/ffffff/150x75.png?text=", encodeurl([STATUS])),
concatenate("https://placehold.jp/3d4070/ffffff/150x75.png?text=", encodeurl([STATUS]))
)

Problem appears with the last one - if none of the above is true:
concatenate("https://placehold.jp/3d4070/ffffff/150x75.png?text=", encodeurl([STATUS]

I receive image error (the rest are working).

David_Hahn_0-1699946438119.png

Thank you in advance.

0 1 76
1 REPLY 1

Actually, it started happening with all images.

Top Labels in this Space