Use Case -
We have hundreds of undocumented variables added to columns for almost all the entity types in our instance of D365. I need to get -
- field Display Name
- Logical Name
- Mandatory (yes/no)
- etc.
for these fields out of the dataverse into a csv file so I can assist the dev team in mapping what we need regarding APIs our D365 instance to get/put/delete data in these fields. I can view these by navigating to them in powerapps (Dataverse>Tables>Account>Columns) but there is no "export to CSV" option for this particular view. I can export raw data in these fields to a CSV if i step back a few screens but not the field properties.
with 183 rows in the "Lead" column copying this out manually will be quite tedious. looking for ways to get this info out of the dataverse fast.