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 / Change Form Choice Value
Power Apps
Unanswered

Change Form Choice Value

(1) ShareShare
ReportReport
Posted on by 787
Hello Everyone,
 
I have form that is connected to Dataverse and I have choice column in the form.
I want to change the value of the choice column by clicking on a Button.
The choice has 3 values - "Rejected", "Approved" and "Submitted".
 
By default the choice column is empty, so I am to change the choice column's value to "Submitted" by a click on the button.
 
I hope anyone can help.
 
Categories:
I have the same question (0)
  • narayan225 Profile Picture
    2,547 Moderator on at
    I have tested this with the Gender option set column in my case and here is what I have done.
     
    Button OnSelect Property:
    Set(varType,"Female")
    DataCard Default Property:
    If(IsBlank(varType) = true,ThisItem.Gender,LookUp(Choices(Contacts[@'Gender']),Text(Value) = varType).Value)
    Gallery OnSelect Property:
    Set(varType,Blank())
    This will make sure that when you select a new item, the variable gets blank and whatever was the item's default gender is set to the card and the Combo-box.
    And when you click the button the variable sets the gender to Female.
     
    Hope this helps.
    Cheers!

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard