Hello,
I am using Power Automate to extract data from Dataverse table. I am using "List Rows" action with Fetch XML Query option to get defined set of columns. I am storing this data in an array and using "Create CSV Table" action to generate CSV file. How can I show column display names instead of internal names in the generated CSV file. Below is the screenshot of the action:
I tried below code in "Fetch XML Query" to show column display name but that did not work.
<entity name='cr6a6_xx'>Column Name</attribute>
I also tried "Select" action to map the column names with the columns from the array however I am not able to provide correct expression.
Can I use "Custom" columns option to show display name? what expression to use in "Value" field?
Regards,
-N


Report
All responses (
Answers (