Hi, is there a way I can export my dataverse table to include the relationships. I have the following schema.
dbo.storeData
dbo.areaManagerData
dbo.ownerData
dbo.region
dbo.masterData
All connected with different relationships from N:1, 1:N and N:N.
When I export the table (dbo.ownerData) from dataverse there's no indication to the relationship it has to the dbo.storeData or dbo.region.
So I have a N:N relationship between the dbo.ownerData and dbo.storeData. So all I would like to see is an export of the dbo.ownerData that shows me the owner table with the store(s) connected to that owner or an export of the dbo.storeData that shows me the owner(s) connected to this store.
Is there a way without using a Powe Automate solution? I guess one solution would be to build a collection in Power Apps, but then this still requires a Power Automate solution to export to .csv