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 / List all tables in my ...
Power Apps
Suggested Answer

List all tables in my data verse in dropdown and chose the Table I want to use

(1) ShareShare
ReportReport
Posted on by 3
Hello users,
 I am a beginner and I am trying to  pull all the tables in my dataverse and list them in a drop down list.
 
user would select the table he wants to view from the drop down list and once selected that table contents should alone be displayed , passed to collect for further processing.
 
Tried to pull all the tables in my dataverse and display their names in a dropdown list in power apps.
 
Filter(entitites(StartsWith(‘original localized name’, “manual”))
This worked fine .
 
 Now I need to read the selected value and display the contents of the selected table name from the list . 
when I try that the collection displays only table name and not its collect.
 
Could someone help me
Categories:
I have the same question (0)
  • Suggested answer
    EE-04041031-0 Profile Picture
    106 on at
     
    For the OnChange property of the dropdown, use `ClearCollect(SelectedTableData, LookUp(Entities(), 'Original Localized Name' = Dropdown1.Selected.'Original Localized Name').Name);` to collect the selected table's data. Then, set a gallery's Items property to `SelectedTableData` to display the contents.
     
    Ensure the table name is correctly referenced, as the issue arises from collecting only the table name instead of its data.

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 519 Most Valuable Professional

#2
11manish Profile Picture

11manish 489

#3
Haque Profile Picture

Haque 327

Last 30 days Overall leaderboard