Hi,
I am developing a PowerApp where a user has the ability to upload attachments to a SharePoint List within a Document library which is within another folder. When I try to connect the list (AttachDocs) directly to PowerApps, it can't recognize it. I have to currently connect to the root folder then select the document library the list is contained in.
The way my SharePoint is set up is from the main site you can access the root folder (Documents), then from there select on a folder (AttachDocs) which contains a list of files that I want to be able to upload to. The columns of AttachDocs are Type (thumbnail), Name (contains hyperlink to actual document), and Modified By and Date.
The SharePoint site I want to connect is https://x.com/sites/A/Documents/AttachDocs
where https://x.com/sites/A/ is the main site, Documents is the Root folder/main folder, and AttachDocs is the Document Library/folder that has only a list of files.
(1) Is there a way to directly connect the list of files or the Document Library to SharePoint?
(2) How do I extract the Attachment Control/do I need to add a new column to my SharePoint in order to have the attachment control visible?
Thanks!