web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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 14

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
    942 Moderator on at
  • MichaelFP Profile Picture
    1,847 Super User 2025 Season 2 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 739 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 343 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard