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

Sharepoint dropdown choices

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi, i have sharepoint list name demo and has a field with choice ,draft,approved,rejected, by default its draft but i am developing a sharepoint form which on which i wnat that on click of button in the form the status changed to be approved. what will the procedure to do this

powerapps1.png
Categories:
I have the same question (0)
  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    Do you want to change the value within the Status column (Combo box control) when you click the Check icon?

     

    I have made a test on my side, please take a try with the following workaround:9.JPG

     

    10.JPG

     

    11.JPG

     

     

    Set the OnNew property of the SharePointIntegration control to following formula:

    NewForm(SharePointForm1);
    Set(IsClicked,false) /* <--- Add this code */

    Set the OnEdit property of the SharePointIntegration control to following formula:

    EditForm(SharePointForm1);
    Set(IsClicked,false) /* <--- Add this code */

    Set the OnSelect property of the Check icon to following formula:

    Set(IsClicked,true)

    Set the DefaultSelectedItems property of the Combo box control within the Status Data card to following formula:

    If(
     IsClicked=true,
     {
     '@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
     Value:"Approved"
     },
     Parent.Default
    )

    The GIF screenshot as below:Test1.gif

     

     

     

     

    Best regards,

    Kris

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard