Loading Images From Link in the API response

Hello everyone,

I am creating a grocery-delivery-like application and I have to fetch data from an API and inflate the corresponding product cards. I make a call to an API, receive price, name etc. of each product along with a link where the image of the product is located.

My question is: Is it possible to provide that link to be used for the image to load? I see that my API collection is mentioned as an image source, but I don’t know how to provide the link parsed from the JSON response as image source.

Does anyone have experience with this?

Thanks!

Hi @Dimitris,

You can use “URL” as Image Source:

Best,
Victor

1 Like

Indeed, I just noticed the magic text option in the URL input field. Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.