Pushing a base64 encoded image to dashboard D2

Worked first time for me Bart.

SQLiteStudio_x8NL0HLKpk

I didnt have the base64 node so simply used a function node instead (should make zero difference)

msg.payload = Buffer.from(msg.payload).toString('base64')
return msg;

As you can see from the gif, deploy -> inject - > tada