Hi Guys,
My app has the requirement for multiple pen input sections for sign off of various forms.
I have one JSON set up that is connected with flow to send the image to a sharepoint library.
I've used the below, how can I capture a second one and save off to the sharepoint library in the same way?
Set(varJSON, JSON(PENINPUT.Image, JSONFormat.IncludeBinaryData));
Set(varJSON, Mid(varJSON, 24, Len(varJSON) - 24))
As in, can I use this same code with a different PENINPUT.Image name?