Use Base64 String as Image on Form

I'm using a Python script with the Python module to generate a graph. I am able to output the graph encoded as a Base64 string, but I need to get this onto a form in Decisions. What would be the best way to go about doing this?

Comments

  • On forms, you can use an image control. The input for this is "List of Bytes". You can convert your Base64 string into bytes by using a Base64 String to Bytes step, and then inputting the List of Bytes into the form. 

Sign In or Register to comment.