Assign Base64 Data to Image (Avatar)
Summary:
We would like to have the web service pull the users image into the avatar. I have an Action Chain created that will fetch the web service based on the logged in user and get the base64 response of the image. I am then assigning this base64 response to a string variable.
How do we go about converting this so we can use it as an image within VBS? I have tried assigning it as a variable and converting it via a Javascript function, but this did not work. In researching the topic, it seems as though I can override the "Content Type" when receiving the response and assign base64/base64url as the "Response Body Format" as well. I have tried a few combinations of this, with no success. Any suggestions?
Tagged:
0