web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Patch function is retu...
Power Apps
Answered

Patch function is returning error, "The specified column is read only"

(0) ShareShare
ReportReport
Posted on by 2,098 Season of Giving Solutions 2025

I have this Patch function to update custom SharePoint fields, but i am getting this error:-

 

 

johnjohnPter_0-1699901179312.png

 

so all the field can be updated form sharepoint, so why i am getting this error?

Categories:
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @johnjohnPter,

     

    I was able to replicate the issue by trying to patch certain complex columns (choice & lookup) on authoring verion V3.23111.17. Would it be possible to navigate to your app settings (gear icon in the top header bar within the editor), select the Support tab and adjust the authoring version to the previous one. (in my case this is V3.23105.17) A visual guide to changing the Authoring version can be found here.

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

  • johnjohnPter Profile Picture
    2,098 Season of Giving Solutions 2025 on at

    @LaurensM i tried to adopt this version V3.23105.17, but i am still facing the same issue .. did it work for you?

  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    @johnjohnPter,

     

    On my end it did fix the issue. As an additional change, would it be possible to slightly change the LookUp within your Patch:

    Patch(
     ...,
     LookUp('Printing Orders Details' As Inner, Inner.ID = ID),
     ...
    )

     

    I hope this helps!

  • johnjohnPter Profile Picture
    2,098 Season of Giving Solutions 2025 on at

    @LaurensM Thanks a lot for your help. seems both reverting back to this version V3.23105.17,+ using As operator fixed the issue for me:-

     

     

     

    Patch(
     'Printing Orders Details',
     LookUp(
     'Printing Orders Details' As i,
     i.ID = ThisRecord.ID
     ),
     {
     'Network ID': ThisRecord.'Network ID',
     Quantity: ThisRecord.Quantity,
     'Quantity Each Artwork': ThisRecord.'Quantity Each Artwork',
     'Printing Order Type': {Value: ThisRecord.'Printing Order Type'.Value}
     }
     )

     

     

     so regarding the version , when will this version V3.23105.17, get changed automatically ?

  • LaurensM Profile Picture
    12,516 Moderator on at

    Hi @johnjohnPter,

     

    In regards to the new version V3.23111.17 - the worldwide rollout date is on 07 Dec. according to the documentation:

     

    LaurensM_0-1699910404698.png

     

    I hope this helps!

  • johnjohnPter Profile Picture
    2,098 Season of Giving Solutions 2025 on at

    @LaurensM so this mean on 7 December we might face the same issue of not been able to Patch complex sharepoint fileds? or Microsoft would fix this issue before making this worldwide?

     

    second question, where i can post to Microsoft that this version V3.23111.17  has issues with patching complex types?

  • LaurensM Profile Picture
    12,516 Moderator on at

    @johnjohnPter since we dealt with 2 issues within this topic (Version & LookUp). Just to double check: Can you confirm that even after the LookUp change, the error still appears in V3.23111.17?

  • johnjohnPter Profile Picture
    2,098 Season of Giving Solutions 2025 on at

    @LaurensM yes using the As inside this version V3.23111.17 will still show the error.. so the issue has 2 levels:-

     

    1) not using the As

    2) using this version V3.23111.17

  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Ok thank you for confirming @johnjohnPter.

     

    I will check with the forum admins on the best next steps & logging the issue. 😊 For now I will accept the answers to close the topic and allow other community members to more quickly find the solution should they have a similar issue.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard