SharePoint Connector: No generated functions for working with SharePoint List Attachments #264
swaminawale
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Expected Behavior
The generated service file should include functions for working with SharePoint list attachments, such as:
These operations are available through the SharePoint REST API (for example
/AttachmentFilesendpoints), 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
Beta Was this translation helpful? Give feedback.
All reactions