On completion of certain Work Orders I want to create a document that includes data from the Work Order and the Signature captured from the Mobile device.
I have created a Logic App to generate the document and I have all the information I require apart from the Signature. The Word Connector in Logic Apps wants an image file (jpg, png) so it can convert it and display in the template. I.e. If I point the Logic App at a blob.png it renders correctly.
So my question is - how do I pass the Base64 from the Annotation Entity into the Word Template?
thanks