I have created a Model Driven app to work with Dataverse tables in Microsoft 365 PowerApps.
I am trying to export the data from my dev environment to test environment using export and import excel functionality.
Import from CSV works fine from Dataverse Tables section. But export and import from the Model Driven App view doesn't work. In this, import of data completes without any error but no rows are imported in the test environment. The Dataverse tables are part of the solution package so there is no difference in schema.
Is there anything I am missing for export and import to work within different environments?
Thank you!