How to bind Choices field of DataVerse to a combobox in PowerApps Canvas apps

Hello everyone and welcome to my blog. In today’s blog I show how to display a Choices field of DataVerse in a Canvas app Combobox.

If your requirement is to bind the Choices field to Combobox in Model driven apps custom pages or canvas app fluent UI combobox, you can follow the blog link here.

Let’s get started. My DataVerse table Projects has a Choices field – Capability. It’s values are synced with a global Choice.

Below are the items in the Capability list.

My requirement is to display these items in a Combobox in Canvas apps.

I add the Project table as a datasource of my canvas app. Below is the formula set in the Items property of the Combobox to display the list of items in the Capability field.

Choices(Projects[@cr129_capability])

As you can observe, I am using the Choices function to display the item list of the DataVerse field.

When I run the app, I can see the list of values displayed in my combobox.

Hope you liked this post. If this post has helped, you can buy me a coffee. Links on right pane.

For similar topics on Microsoft.NET and Power Platform, subscribe to my blog using the Subscribe option on right pane.

You will also like the below posts.

Debajit Dutta
Business Solutions MVP