I have an existing Canvas PowerApp which I have been asked to add file attachment upload capability to.
The current app is a relatively simple collection of normal Canvas input controls, and a submit button - when the user clicks the submit button, a Patch statement creates a SharePoint List record.
I followed a tutorial to copy the Attachment control out of a Form control into my normal Vertical container, but I can't find anything that tells me how to include a file the User has uploaded in a Patch statement to add it to the Attachment column of my SharePoint List.
Can anyone help me with this step? Or, is there a preferred, different way to handle adding an attachment to a new SharePoint List record?
Many thanks in advance...:)