Hi,
I need you help with a 6 page form am working on in Power apps where I need to attach a file to form 1_5(form 1), on the power apps form to be available on the SharePoint list , all the field of the SharePoint list are updated except for the attachment column that is not showing the attached file on the list, this is the patch command I used, and error received when I hit the submit button:
Please is there something am missing in the patch command?
Patch(
'Incident Investigation-Working copy',
Defaults('Incident Investigation-Working copy'),
Form1_5.Updates,
Form1_4.Updates,
Form1_2.Updates,
Form1_6.Updates,
Form1_7.Updates,
Form1_8.Updates
);
Notify(
"Information has been submitted",
NotificationType.Success
);
ResetForm(Form1_5);
ResetForm(Form1_4);
ResetForm(Form1_2);
ResetForm(Form1_6);
ResetForm(Form1_8);
Navigate(General_infor)
Form 1_5

Submit button with error

No Attachment:

Looking forward to your help and support.
Regards,
Dvd