Hello - I need some help.
I followed Reza's video and created a simple list with two columns (more to be added later), Title and Signature. The signature box on Update is varBlob and on Submit I have:
Set(varBlob,JSON(InputSignature.Image,JSONFormat.IncludeBinaryData));SubmitForm(EditForm1)
This saves to my list as a data image and specifically, "data:image/png;base64,iVBOR followed by a really long code. How do I flow this to save the signature as an attachment within the list? I also want to use power automate to send emails to department leads.
Thank you!