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
Hi Abhishek.
Use the image widget to display image in the list and set binary data of image
Regards
Shradha
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 ....
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
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
ok @Shradha Rawlani i try and update you soon , thanks.