PowerApps
PowerApps copied to clipboard
SharePoint Attachments Edit Field
Hi, I'm trying to send a galley pictures though Edit Form with "attachments" but it requires field ID.
Set( varViskas, GUID() ); Collect( colViskas, { DisplayName: varViskas & ".jpg", ID: varViskas & ".jpg", Value: UploadedImage1_3.Image } );