Share via

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

Kapil Jindal 65 Reputation points
2026-02-25T13:53:36.1933333+00:00
  1. Creating the SharePoint lists using copilot
  2. Update the column type mandatory for existing SharePoint list
  3. Update the choice column data for SharePoint list.
Microsoft Copilot | Microsoft 365 Copilot | Development
{count} votes

Answer accepted by question author
  1. Sayali-MSFT 5,191 Reputation points Microsoft External Staff Moderator
    2026-02-26T11:11:42.0366667+00:00

    Hello Kapil Jindal,
    Copilot works only for the first one. For the other two, you must update them manually or via PowerShell/code.
    Copilot for SharePoint supports creating new SharePoint lists using natural language, Excel files, or existing lists as references. It can automatically generate columns and infer column types, making it useful for initial list design.
    However, Copilot has important limitations: it cannot reliably enforce mandatory (required) fields, apply validation rules, modify advanced column settings, update existing column properties, or change choice column values after creation. Tasks such as making a column mandatory or updating choice values must be done manually through the SharePoint UI or via PowerShell (e.g., PnP PowerShell).
    In practice, Copilot is best used as a list designer for initial setup, while administrative and governance tasks require manual configuration or scripting.


1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-25T13:53:46.65+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The Copilot feature in SharePoint can assist with some operations, but there are limitations to consider:

    1. Creating SharePoint Lists: Copilot can help create new SharePoint lists using templates, but the specific capabilities may depend on the environment and whether Copilot is enabled.
    2. Updating Column Types: Updating the column type for existing SharePoint lists may require manual coding, as the documentation indicates that certain operations, like updating existing column definitions, might not be fully automated.
    3. Updating Choice Column Data: Similar to updating column types, modifying the data for choice columns may also necessitate manual intervention, as the Copilot's capabilities in this area are not explicitly defined in the context provided.

    In summary, while Copilot can assist with creating lists, updating existing structures like column types and choice data may require manual coding or configuration adjustments.

    0 comments No comments

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.