I am trying to embed a PenInput into a word template through automation. I am using this formula to convert the image to be accepted by automation, and then is being saved onto OneDrive properly. At the moment, I am trying to figure out how I can now add this to a word template automation flow, but seem to have issues inserting this peninput onto the signature box inside of word. I have attached pictures for clarification, as well as the formula I am using on the save signature automation.
Set(varJson,JSON(PenInput1.Image,IncludeBinaryData)); Set(varJson, Mid(varJson, 24, Len(varJson) -24)); PItoOneDrive_1.Run(varJson)
