Show image from web response content

Ciao,
I have this problem, from an URL I have an image in the response content, so how to show thi image with app inventor?
For example with Postman I have this:


With App Inventor I tried this:

the responseType is image/png
how to convert the data to image inside the responseContent?
Thank You
Best Regards
Marco

Set the property SaveResponse of the Web component to true and use the Web.GotFile event to set the property picture of an image component to the received filename

Taifun

Thank You @Taifun,
It works!
I would never have found the solution on my own.
Your help is invaluable to this community.
Thank You
Ciao
Marco

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