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 / Default Choice Column ...
Power Apps
Suggested Answer

Default Choice Column in Canvas App with Dataverse Table

(1) ShareShare
ReportReport
Posted on by 4
I'm using a Dataverse table with a column which I selected the Default value as Waiting Assessment:
 
 
I'm wanting the default value to show in the Canvas App I've created using one of the template forms, but I'm obviously missing something because it's not automatically setting the Waiting Assessment as the default:
 
 
Any resource recommendations or assistance with what I'm missing would be appreciated. I'm used to using SharePoint as a backend so Dataverse is a new beast to me :) Thanks!
Categories:
I have the same question (0)
  • Suggested answer
    ANB Profile Picture
    7,252 Super User 2026 Season 1 on at
     
    Please check these:
     
     
     

    Please click Does this answer your question 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 a Like.


    Thanks,
    ANB
  • Suggested answer
    timl Profile Picture
    36,823 Super User 2026 Season 1 on at
    Hi 
     
    On the basis that the Priority to Assess control is a combobox, you would set the DefaultSelectedItems property to this:
     
    {Value:'YourTableName (PriorityToAssess)'.WaitingAssessment}
     
    If you're using the same form to enter new records and to modify existing records, you would use a variation of this to default the value only when creating a new record.
     
    If(
        IsBlank(ThisItem.ID), 
        'YourTableName (PriorityToAssess)'.WaitingAssessment, 
        ThisItem.PriorityToAssess  
    )
     

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