Skip to main content

Notifications

Power Apps - Building 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!
  • Suggested answer
    timl Profile Picture
    timl 33,965 on at
    Default Choice Column in Canvas App with Dataverse Table
    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  
    )
     
  • Suggested answer
    ANB Profile Picture
    ANB 7,060 on at
    Default Choice Column in Canvas App with Dataverse Table
     
    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

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,475

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,767

Leaderboard