
Dear Community,
For a flow I am currently working on, I need to create a table for each table that is created in the Dataverse. The table should have the name of the table above it, and the columns should be: "attribute_logical_name", "attribute_type".
Example:
| attribute_logical_name | attribute_type |
| Account name | Single line of text |
| Main Phone | Phone Number |
| Adress 1: City | Single line of text |
This type of table needs to be created for every custom table created in the Dataverse.
Does anyone happen to know how to accomplish this?
*Context*
It needs to be filled in to a word file so a template in word needs to be created for an x amount of variables.