Hi there,
I noticed most of the digital signature questions here are outdated, so I would like to ask this here:
My scenario is I just need one digital signature (not a set of images) to be saved to a specific SharePoint record. My questions:
- What datatype in SharePoint should I use? Should it be a picture/hyperlink?
- How can I send the data from PowerApps to SharePoint for that record?
One of the processes I'm automating is that the users need to sign it off before submitting their records (do not worry about the SharePoint list being edited; there are workarounds we've planned for this). We just need this done and saved to a record.
Hoping someone can help me out, thanks!
Solved! Go to Solution.
Hi
Sorry i never got back to you on this, but i have just posted a simple solution to this problem here that you might be interested in.
Ronan
Hi
Sorry i never got back to you on this, but i have just posted a simple solution to this problem here that you might be interested in.
Ronan
An easy and multi-purpose solution is found to add pen-input to Sharepoint/Email/PDF by 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: https://iiu.dk/2019/10/12/powerapps-pen-input/
The pen would just be an E-signature. What we need is a digital signature that comes from a certificate.
User | Count |
---|---|
125 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
215 | |
180 | |
139 | |
97 | |
83 |