I'm doing a power apss and the form I made needs 5 signatures and I'm using the pen input function. When I use the formula for a signature it saves, but when I put it for more items it doesn't save and stays on the editing screen.
I'm this formula on the save button:
Set(varAssinatura; JSON(PenInput1.Image;JSONFormat.IncludeBinaryData));; Set(varAssinatura1; JSON(PenInput1_1.Image;JSONFormat.IncludeBinaryData));;Set(varAssinatura2; JSON(PenInput1_2.Image;JSONFormat.IncludeBinaryData));;Set(varAssinatura3; JSON(PenInput1_3.Image;JSONFormat.IncludeBinaryData));;Set(varAssinatura4; JSON(PenInput1_4.Image;JSONFormat.IncludeBinaryData);;
SubmitForm(EditForm1))