Share via

Query related to Copilot with PowerApps

Priyanka Rawat 20 Reputation points
2026-02-23T11:56:46.7466667+00:00

Is the copilot works for below queries or do I need to set the code manually:

  1. If the SharePoint list data more than 5000, is the copilot create the Collections automatically or manually through code.
  2. If the SharePoint list data more than 5000, is the copilot create the delegation automatically or manually through code.
  3. Restrict the specific file extension for Attachment
Microsoft Copilot | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-02-23T11:56:55.75+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Copilot in Power Apps assists users in building applications more efficiently, but it does not automatically handle specific scenarios such as creating collections or managing delegation for SharePoint lists with more than 5000 items. Users still need to implement these functionalities manually through code.

    1. For creating collections from a SharePoint list with more than 5000 items, Copilot does not automatically create collections; this must be done manually through code.
    2. Similarly, for delegation issues related to SharePoint lists exceeding 5000 items, Copilot does not automatically create delegation; it requires manual coding to ensure proper delegation settings are applied.
    3. Regarding restricting specific file extensions for attachments, this functionality typically needs to be implemented through code as well, as Copilot does not automatically enforce such restrictions.

    In summary, while Copilot enhances the app-building experience, specific tasks like collection creation, delegation management, and file extension restrictions still require manual coding efforts.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.