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 / Dataverse Choice field...
Power Apps
Answered

Dataverse Choice field in Canvas app

(0) ShareShare
ReportReport
Posted on by 388
Hi,
 
I have a Dataverse table with multiple choice fields, now I am trying to create canvas app for this table and I would like to display choice fields as check boxes.
I need suggestions/ideas to achieve this functionality.
Any help would be greatly appreciated.
 
Thank you.
I have the same question (0)
  • Suggested answer
    Ravindra Jadhav Profile Picture
    342 Moderator on at

    To display Dataverse choice fields as checkboxes in a Canvas App:

    1. Use the Choices function to retrieve the choices:

      Choices([@YourTableName].StatusChoices)
       
    2. Use a Gallery to display the choices with checkboxes. Set the Items property of the gallery to:

      Choices([@YourTableName].StatusChoices)
       
    3. Inside the gallery, set the Text property of the checkbox to:

      ThisItem.Value
       
    4. Track selections using a collection. For example, use Collect() on OnCheck and Remove() on OnUncheck to store selected choices.

    Please Closed the Question, Mark it Solved 
     
    If my answer helped resolve your issue, please consider marking it as solved to assist others facing the same problem. Additionally, giving it a like would be greatly appreciated and motivates us to keep helping
     
    Thank You
    Ravindra Jadhav

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

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 556

#2
WarrenBelz Profile Picture

WarrenBelz 412 Most Valuable Professional

#3
Haque Profile Picture

Haque 296

Last 30 days Overall leaderboard