The column details for the file were not copied when moving a file from one library to another

Rita Rita 0 Reputation points
2025-05-02T09:55:02.8466667+00:00

Hello,

Please i need your help on this issue.

The column details for the file were not copied when moving a file from one library to another.

We have a workflow installed in a SharePoint Library, but we can an error when moving a file triggers. See below error

 Missing or mismatched field definition on the destination list for source field 'Approver10' type 'User'. Source site template id 'GroupWebTemplateID', target site template id 'GroupWebTemplateID'.

Total blocked root objects in this operation is [1].

clientRequestId:

serviceRequestId:

 

I already check the column details, and both are using in the same content type

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hien-L 4,340 Reputation points Microsoft External Staff Moderator
    2025-05-05T02:26:10.0633333+00:00

    Hi Rita Rita,

    Good day! Welcome to Q&A forum.

    This error occurs when you're trying to move a file between libraries where the column schemas don't perfectly match, specifically with the 'Approver10' user field. Here's how to resolve this:

    Root Cause Analysis:

    • The source library has a column named 'Approver10' (User type)
    • The destination library either:
      • Doesn't have this column at all, or
      • Has a column with the same name but different configuration (e.g., single vs multi-user field)

    Solution Options:

    Recreate Matching Columns in Destination Library

    1. Go to the source library's settings
    2. Note the exact configuration of 'Approver10' (Settings > Columns)
    3. In the destination library:
      • Create a new column with identical name and configuration
      • Ensure field type (User), selection mode (single/multi), and other settings match exactly

    Hope these information helps.

    Please do let us know if you have any further queries.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread


Your answer

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