Skip to content

SharePoint Connector: No generated functions for working with SharePoint List Attachments #246

@swaminawale

Description

@swaminawale

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

  1. Create or open a PowerApps Code App project.
  2. Add a SharePoint connector.
  3. Generate the service file for a SharePoint list.
  4. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions