I appreciate there is a lot out there already about saving a signature to Sharepoint, but i cant seem to find anything that i understand that applies to what I need.
I have a Sharepoint list which is used to record H&S questions for different sites. For example one record holds the response to a number of questions relating to a single job. I have created a powerapp that puts all of these questions in front of the person filling in the deatils. The person fills in all of the required data and presses a button to send it all back to share point.
What i'm struggling with is capturing the persons signature and having that saved in the existing record in sharepoint. I don't want to send that signature to a word doc or pdf, just hold it in share point as an image that i can then download or view later.
I am able to get the blob manager link to save to sharepoint if i choose the field as a text filed but from there, all of the support ih ave seen talks about then using flow to merge it into a word doc which is not what i want.
How do i save that image in sharepoint or is it not possible?
I am somewhat of a beginner so don't really understand JSON, is there an easy way around this?
Thanks, Dave
Hi @DaveWalker ,
You can save it to a multi-line text (plain text) field with
Substitute(
JSON(
YourSignatureControl.Image,
JSONFormat.IncludeBinaryData
),
"""",
""
)
You can then view it in an Image Control with
ThsiItem.YourTextFieldName
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
252 | |
122 | |
84 | |
83 | |
67 |