PowerApps Signature/Pen Input to SharePoint list

1 year ago
38

PowerApps Signature/Pen Input saved to a SharePoint list item as img attachment using Power Automate

Description:
✅ Power Automate flow file content code:
✅ base64ToBinary(triggerBody()['Addattachment_FileContent'])

PowerApps Button OnSelect:
✅ Set(JSONVar, JSON(PenInput1.Image, IncludeBinaryData));
✅ Set(JSONVar, Mid(JSONVar, 24, Len(JSONVar) - 24));
✅ SignatureCapture.Run(JSONVar)

Loading comments...