Hi guys,
I created a combobox in powerApp and i want to get the views of my Dataverse table. I used this expression: Choices('Table(views)').
But the dropdown is showing technical numbers instead of names of the views. Does anybody know how to solve this?
Thanks in advance!
Hi @Ainzo ,
Please attach screenshots so that we will be able to know more about the issue. We need your formula for figuring out.
Best regards,
Hi @v-jefferni ,
Thank you for your reply and your time. However i tried using your formula and I get an error. I have a combobox where I want to use all the table views from dataverse for Teams.
Hi @Ainzo ,
Could you please share more detail about your scenario? Would you like to show all the views belonging to a specific table?
If so, please try below method:
1. Add Views table as a data source of your App.
2. In Items of the Combo box, set formula as follows:
Filter(Views, StartsWith(Name, "YourTableName"))
All the views belonging to a table will have their names start with the table name.
Best regards,
mmbr1606
22
Super User 2025 Season 1
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1