Hi all,
I am writing the inspection form app that user can view, add and edit the data from sharepoint list call DC E logbook & Inspection
I want to make the user can receive the email notification once edit the data and attach image attachment but it causes the error.
Could anyone help me?
Below is my code:
SubmitForm(EditForm1);
Office365Outlook.SendEmailV2(
"alan.tse@abc.com.hk",// To
"E-inspection form revised",// Subject
"Someone revised.", {Attachments:Table({Name:"file1.jpg", ContentBytes:AddPicture12.Media, '@odata.type':""})}
);

It is my sharepoint list column name and type

Thank you very much