Hi everyone , I'm in a dead end when trying to save Attachments to SharePoint List Field Attachments.
Principle of App is that User should take multiple Pictures which saved to different gallery's for example colGalasGallery and saved to ColViskas.
Attachment Data Card

but there is Runtime Error, all data from Form goes to SharePoint except Attachments.

Set( varName1, GUID() ); Collect( colGalasGallery, { DisplayName: varName1 & ".jpg", ID: varName1 & ".jpg", Value: UploadedImage1_1.Image } );
Set( varViskas, GUID() ); Collect( colViskas, { DisplayName: varViskas & ".jpg", ID: varViskas & ".jpg", Value: UploadedImage1_1.Image } );