Hello Guys,
I tried to build an app with which I can save signatures in Sharepoint. I managed to do that with photos, but it doesn't work with the PenInput. I am currently using this code:
Set(JSONVar; JSON(pen_Signature_Customer.Image; JSONFormat.IncludeBinaryData));; FührerscheinFlow.Run(JSONVar)
Everything fits except for the flow. When I do FührerscheinFLow.Run() everything is fine. But as soon as I make the FührerscheinFlow.Run(JSONVar), it gives me an error and I don't understand why. It worked for others. Help is very much appreciated.
