Apps -Chart/graph is not loading

Hi,

I followed the procedure mentioned in the Apps documentation and tried to add the chart to the Apps page. During preview, when the uipath process runs, the picture of the chart is getting created successfully in the folder. But the image that passes as Out argument to Apps studio, is not getting loaded. It appears as shown in the picture attached.

Chart_Unload

Hello,

Are you converting Image as base64 ?

  1. Convert the chart image to base64 .
  2. Prefix the base64 string with the following: data:image/png;base64, .

Thanks,
Arvind

Yes. I am converting Image to base64.

Hello @Sanjana_Maran

you have assigned direct value. here you need to combine your base64 output with data:image/png
image

Thanks,
Arvind

@Sanjana_Maran ,

Please do the last assign as below.

image

Thanks,
Arvind

1 Like

@Arvind_Kumar1

Thank you soo much.!! It is working…

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