
Hi I'll use this code to save a PenInput in Sharepoint, but I have the error : You have 3 arguments , instead of 2. Can anybody see my mistake in this code:
UploadUnterschrift.Run(lbl_id.Text;txt_nom.Text;Mid(JSON(pen_unterschrift.Image;JSONFormat.IncludeBinaryData);Find(",";JSON(pen_unterschrift.Image;JSONFormat.IncludeBinaryData))+1;Len(JSON(pen_unterschrift.Image;JSONFormat.IncludeBinaryData))-Find(",";JSON(pen_unterschrift.Image;JSONFormat.IncludeBinaryData))-1))
Many thanks
BR
Does UploadUnterschrift expect two arguments? Looking at the formula I do three arguments being past.