Hello,
Looking for guidance on creating Dataverse Tables in a simpler way than manually creating tables via the PowerApp Solution UI. For example, a developer may wish to create tables for all (or a subset of) Microsoft Graph, to do this would be time consuming and error prone (since the process is manual). Is there a better way to do this?
Since Microsoft Graph has native OData support, API metadata and Entity Models are easily extracted as an EDMX file, can a developer use this to automatically create tables somehow? A developer could, conceivably, either use a tool to directly consume these definitions to create tables, or they could convert the EDMX entities into another more appropriate format which they could use to create dataverse tables... Is this something that is supported? I have spent some time searching for native functionality to do this or third-party tools... no luck so far.
Any information or guidance appreciated!