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 Table for So...
Power Apps
Unanswered

Dataverse Table for Solution Table Schema - mapping from column logical to display names

(2) ShareShare
ReportReport
Posted on by 17

We are trying to create a Power Automate flow that will retrieve the Dataverse table schema for a given table.

Currently we can see the Display name and name of a given column, but we would like to get that information in a Power Automate Flow.

The Dataverse connector to List rows includes a long list of tables, but finding the one that has the data I'm looking for has eluded me.

Does anyone know which Dataverse table includes this information?

 

Background: The "Audit" table in Dataverse contains the Audit History for records within Dataverse environment.

However, the "changedata" (See JSON below) within that table only includes logical names, and values (not Display Names and Labels) of attributes and their values.

We already found that we can find the mapping from the attribute values to their labels through the 'String Maps' table, but I've yet to be able to find the table where I can find the table schema to convert the attribute schema name to the display name.  Ultimately we need this information to be able to export my Audit History for Part 11 compliant audit trails in Power Apps with human readable data.

 

{
"changedAttributes": [
{
"logicalName": "jg_gxpapplicability",
"newValue": "0",
"oldValue": "1"
}
]
}

I have the same question (0)
  • Shashank Bhide Profile Picture
    946 Moderator on at
  • MichaelFP Profile Picture
    1,943 Moderator on at
    I think for you the best approach is to use TDS connection and Build T-SQL to get this information it will much better and will have less cost to use the Power Automate.
  • JoshGlenn Profile Picture
    31 on at
    I'm still working on a better solution, but I finally found one possible solution using an API...  Still requires some work, but the following API will pull the display names of all of a given table in Dataverse.  It'll take some work to parse out what I need, but it is possible...
     
    https://<org code>.crm.dynamics.com/api/data/v9.2/EntityDefinitions(LogicalName='jg_npsinventory')/Attributes/Microsoft.Dynamics.CRM.AttributeMetadata
     
    To break down the API:
    After spending time on this I've concluded ultimately that doing a Power Automate flow for this problem isn't the best option for what we're needing to do, although I don't have the expertise to build something else.  At this point a request has been submitted to Microsoft to have them fix the issue with the Export to Excel function for Audit History as that's ultimately the reason we were attempting to build this flow.  If that gets fixed, there would still be a need to query the Audit History, but the general need would be satisfied and anyone needing to more specifically query Audit History would likely need to build a custom solution.

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 493 Most Valuable Professional

#2
11manish Profile Picture

11manish 479

#3
Haque Profile Picture

Haque 328

Last 30 days Overall leaderboard