Image url is not showing in the app

Hello! I'm making a price query application at my job, but I wanted to use a service to show item images

It would be like this:

COLLUMN_IMAGE:
CONCATENATE(" https://cdn-cosmos.bluesoft.com.br/products/ ",[COD])

gusta9313_0-1689113001130.png

 

The COD column is the product code scanned in the app

EX.: https://cdn-cosmos.bluesoft.com.br/products/5000267183565

But the images do not load in the application, what is connected?

gusta9313_1-1689113032800.png

 

0 1 50
1 REPLY 1

I believe the column needs to be of type URL.

Also, make sure you have the correct Security settings for URL's in the app Security section.

NOTE:  If these URL's are NOT your own or DON'T belong to the business, I would strongly recommend to download the images and store them in an app folder.  (Then you would reference them as images).  The images behind the URL's could be updated or removed at any time affecting your app.

Top Labels in this Space