85
Views
6
Comments
binary to html issue
Question

hello everyone ,

i am stuck in this functionality i have to show image on list record but the type is binary and length no idea , problem is that when it convert into HTML it take long time so please suggest me how we will resolved and show in Ui ..?

Thanks in advanced

2024-07-16 17-36-51
Shradha Rawlani

Hi Abhishek.

Use the image widget to display image in the list and set binary data of image

Regards

Shradha

2025-09-24 12-14-56
Abhishek Sen

Hi Shraddha thanks for the given time

i know i can use widget but problem is that image coming from a API and have to convert in binary that time its generate log binary code which is not readable also its taking too much time so i want to solution of that ....


2024-07-16 17-36-51
Shradha Rawlani

 we can used timer action to call API and save it's data to database, so that when you need to used updated data you can directly fetch it from database and in the background your API binary image will continue to convert 

2025-09-24 12-14-56
Abhishek Sen

Okay i will try with it, but i just want to know that there is any forge component or tool by which we can convert long binary code in sort form and our image Should not reflect

2024-07-16 17-36-51
Shradha Rawlani
You can refer this for binary data https://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/BinaryData_API
2025-09-24 12-14-56
Abhishek Sen

ok @Shradha Rawlani i try and update you soon , thanks.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.