Images from URL not always showing

Hi

I've created a new app and included an example found in one of the templates to get logos using logo.clearbit.com

In my form it generates a URL in an column (type Image) using CONCATENATE("https://logo.clearbit.com/",[Website])

The Website field is entered manually on the form

Mainly it works and displays the logo but find the odd case doesn't - the bit confusing me is that I can click the URL hyperlink created by the formula from the underlying Google Sheet and an image is returned but the app won't show it.

The example not working is https://logo.clearbit.com/spoke-london.com but using exactly the same form for https://logo.clearbit.com/thenorthface.com results in the logo showing on my app.

Has anyone got any ideas?

0 2 146
2 REPLIES 2

Steve
Platinum 4
Platinum 4

First,, at the very least, this:

CONCATENATE("https://logo.clearbit.com/",[Website])

Should probably be this:

CONCATENATE("https://logo.clearbit.com/",ENCODEURL([Website]))

Beyond that, please post screenshots demonstrating the problem.

Thanks Steve - will try that as a first step

Top Labels in this Space