FREE DocuSign Alternative – PowerApps Canvas Digital Signature

How to collect Digital Signature with pen ink input which saves to SharePoint Document Library as transparent PNG. MS Flow handles submit with save to SPLIST and full audit trail.

  • Step by step demo
  • Signature to PNG
  • SPList tracking

VIDEO

CODE

decodeDataUri(
 replace(
  triggerBody()['text_2'],
 '"',
 '')
)

REFERENCES

https://base64.guru/tools/data-url-to-image

https://www.matthewdevaney.com/capture-a-signature-with-power-apps-pen-input-and-save-to-sharepoint/#Capturing-A-Signature-With-Pen-Input

Leave a Comment

Return to Top ▲Return to Top ▲