Hi
I'm facing the following scenario, while trying to patch a column using the following formula:
Patch(LN_Request,ThisItem,{'App_ID2:Xerox_App_Gallery':{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Value: AppName.Selected.ID, Id:AppName.Selected.ID
}})
The application is showing the error message: The specified column is ready only and can't be modified
Any advice is welcome
Cesar
Solved! Go to Solution.
Hi @CCotom ,
A little bit difficult when I cannot see your data however you are patching the ID to both the value and the ID. Should you be pasting the appname to the value?
You also do not need the odata reference any more.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
After doing some correction as @WarrenBelz suggested
Patch(LN_Request,ThisItem,{App_ID:{
Value: AppName.Selected.Xerox_App_Gallery, Id:AppName.Selected.ID
}})
The error is fixed
@CCotom ,
That is exactly what I suggested - you might consider marking that as the solution rather than your last post.
Hi @CCotom ,
A little bit difficult when I cannot see your data however you are patching the ID to both the value and the ID. Should you be pasting the appname to the value?
You also do not need the odata reference any more.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Thanks @WarrenBelz for your reply.
Let me clarify the Scenario:
What I have here is a Sharepoint List in a Gallery. This field App_ID2:Xerox_App_Gallery it is defined as a Lookup field.
On the other hand, in power apps I want to update this reference ID
I'm trying create a form on a SharePoint List (Header and Lines List), the App Name is a look up of a third list that manage all the definitions of the apps.
Thank in advace for any advice
After doing some correction as @WarrenBelz suggested
Patch(LN_Request,ThisItem,{App_ID:{
Value: AppName.Selected.Xerox_App_Gallery, Id:AppName.Selected.ID
}})
The error is fixed
@CCotom ,
That is exactly what I suggested - you might consider marking that as the solution rather than your last post.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
197 | |
71 | |
48 | |
42 | |
30 |
User | Count |
---|---|
263 | |
121 | |
92 | |
87 | |
85 |