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 to Sharepoint ch...
Power Apps
Answered

Patch to Sharepoint choice data type

(0) ShareShare
ReportReport
Posted on by 40

I have two choice columns in Sharepoint. I want to patch the update status from Powerapps everything is fine there is no error.  Only one column can path to SharePoint but another no-show. 

 

saranp780_0-1678957169326.png

and this is my code 

ForAll(
 collectBatchSAP,
 Patch(
 User_Request_Form,
 Defaults(User_Request_Form),
 {
 Name: FirstName & " " & LastName,
 Department: Department,
 Role: Position,
 Computer_Name: Computer_Name,
 Username_ALL: SAP_UserName,
 EmployeeID: Employee_ID,
 'Requested ID': User().FullName,
 Status: {
 '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
 Id: 1,
 Value: "Activated",
 People_Stat: {
 '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
 Id: 1,
 Value: "Register"
 }}}
 )
 )

The choice column in SharePoint are Status and People_Stat

 

Please help me thank you in advance.

Categories:
I have the same question (0)
  • Verified answer
    AaronKnox Profile Picture
    514 Super User 2024 Season 1 on at

    Hi @saranp780 ,

    A slight refactor of the code you provided might be the solution:

    ForAll(
     collectBatchSAP,
     Patch(
     User_Request_Form,
     Defaults(User_Request_Form),
     {
     Name: FirstName & " " & LastName,
     Department: Department,
     Role: Position,
     Computer_Name: Computer_Name,
     Username_ALL: SAP_UserName,
     EmployeeID: Employee_ID,
     'Requested ID': User().FullName,
     Status: {Value: "Activated"},
     People_Stat: {Value: "Register"}
     }
     )
     )

     

    Hope this helps!

    Aaron

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard