
Announcements
I created a Power App using SharePoint lists and want to convert the data sources to Dataverse tables.
The issue I am facing is if I create a Dataverse table with a column called "EmailAddress" it will be referenced as something like "cr3d7_emailaddress" whenever the data is brought into the app and then into a collection. Before the collection would reference "EmailAddress" from the SharePoint list. This breaks all of my column references.
Is there anyway to force Power Apps to reference the "display name" instead of the technical, backend field name?
Hi @dsewardjr
When you call ClearCollect on a Dataverse table, the column headers will be the 'logical' column names as you've discovered. Unfortunately, there's no way to force Power Apps to use the "display name" instead.