4

If anyone could help it would really be appreciated I am struggling to find out how to store my Pen Input image into my Sharepoint List, I dont seem to be able to find any instructions on how to carry this out.

I have found a lot of information telling me that this hasnt been developed as of yet but these posts where back in 2016 so Im unsure if this is still the case.

I am creating a registration form and a signature field is required, but I cant keep the information in a gallery as I cant have the information stored at device level.

But I need to be able to see the signatures within my Sharepoint list against the other information I am collecting.

Thanks

Paula

Paula
  • 269
  • 1
  • 2
  • 13
  • 1
    Paula - This is the best solution I have found: https://poszytek.eu/en/microsoft-en/office-365-en/flow-en/powerapps-hand-written-signature/ – 12AX7 Mar 12 '19 at 22:29

1 Answers1

0

An easy and multi-purpose solution is found to add pen-input to Sharepoint thanks to Shane Young, utilizing the addition of a PowerApps Json functionality added on 02/05/2019.

The Short description on how to make this work is to save the pen input image in a JSON format asking the JSON function to include Binary Data:

Set( PenVar, JSON( PenInput1.Image,JSONFormat.IncludeBinaryData ) );

See here for details: powerapps-pen-input

whoami - fakeFaceTrueSoul
  • 13,846
  • 4
  • 23
  • 39