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 / Dropdowns in forms are...
Power Apps
Unanswered

Dropdowns in forms are displaying values - I want the label to display instead

(1) ShareShare
ReportReport
Posted on by 214
I have a an app I have built in PowerApps, and I have a form that uses dropdowns... whenever the form is in New mode, I have this problem (see embedded image below):
 
 
The data source for the table is a Dataverse table called BTS_Users
 
Referring to the table's columns demonstrating this issue are called, BookMode, ConsulMode, and  CorpMode, and they are each synced with the choice ModeChoice.
 
ModeChoice contains the following options: n/a, Submitter, Reviewer.
 
Below are two more screen captures providing additional information regarding these dropdowns.
 
 
In this image above, if I selected anything other than 'None' for Views, the dropdowns display correctly; unfortunately, the form will then NOT submit. So it's like I have to set Views to 'None.'
 
 
In this image above, if I select a specific dropdown to inspect it, both 'Primary text' and 'SearchField' only have the option for 'Value' and not 'Label'
 
Also, what seems weird to me, is that now 'Data source' is showing as 'None'
 
When I click on 'Depends on..." I get the message that the control is locked.
 
 
Anyone have a solution or something for me to try?
 
Thanks in advance for taking the time to read my post/query.
 
Kristine
 
 
Categories:
I have the same question (0)
  • sannavajjala87 Profile Picture
    224 Super User 2026 Season 1 on at
    Hi Kristine,
    that 525490000 value is the numeric value of the Dataverse choice, which is being used as the default instead of the actual choice record. You can fix it by unlocking the data cards and wiring the combo boxes manually:
     
    1. Unlock the card
     
    Select BookMode data card → Advanced pane → click Unlock.
     
     
     
    2. Set the combo’s key properties (same pattern for BookMode / ConsulMode / CorpMode):
     
    Items of the combo box:
     
    Choices([@BTS_Users].BookMode)
     
    DefaultSelectedItems:
     
    If(
        Form1.Mode = FormMode.New,
        Blank(),
        Parent.Default
    )
     
    (This prevents the raw numeric value showing in New mode.)
     
    Data card Update:
     
    DataCardValue_BookMode.Selected
     
     
     
    3. Leave the form’s Views property as None
    Using a specific Dataverse view there can make the form behave like it’s read-only and block submit.
     
     
     
    Also, seeing only Value for Primary text and SearchField is normal for Dataverse choices – Value is the label in this case.
     
    After wiring the cards like this, the dropdowns should show n/a, Submitter, Reviewer correctly in New mode and the form should submit without errors.
  • kristinegriba Profile Picture
    214 on at
    @sannavajjala87 thanks for your reply! I did manage to figure out my problem yesterday, but I still wanted to see what people may reply with with.
     
    My solution: for the columns that were choice columns in my Dataverse table, I set the default to none, and that solved the issue beautifully. Not sure why, but it worked perfectly.
     
    Thank you again!

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,055

#2
Valantis Profile Picture

Valantis 666

#2
11manish Profile Picture

11manish 666

Last 30 days Overall leaderboard