-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When connecting to the SharePoint connector in PowerApps Code Apps, a service file is generated that contains functions for interacting with SharePoint lists (for example retrieving list items).
However, the generated service file does not include any functions for working with SharePoint list attachments.
Steps to Reproduce
- Create or open a PowerApps Code App project.
- Add a SharePoint connector.
- Generate the service file for a SharePoint list.
- Inspect the generated service file.
Expected Behavior
The generated service file should include functions for working with SharePoint list attachments, such as:
- Get attachments for a list item
- Upload attachments
- Delete attachments
- Download attachments
These operations are available through the SharePoint REST API (for example /AttachmentFiles endpoints), so it would be helpful if equivalent methods were generated in the service file.
Actual Behavior
The generated service file only includes methods for list items and fields, but no methods are generated for list attachments.
Questions
- Is support for SharePoint list attachments planned for the generated service files?
- If it already exists, where should developers access or implement attachment-related functions when using the SharePoint connector in PowerApps Code Apps?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request