Dear community,
at my current customer we are running several independant CRM instances at the same tenant. As there are data structures reoccuring in the different system a colleague and me decided to setup a "base" system at which we develop components to be reused in all out systems.
As an example there is "table A" having a specified structure. This table is part of a solution we distribute via Github Actions as a manged solution to all instances.
Beside the structure, also data of this table could be provided from a central place. In best case I would be able to define the records for this table in dev and include it into my release to ensure all systems have the distrĂbuted data available. If records can be distributed included the records GUID, even better.
Any suggestions how to set this up as part of my pipeline?
Thanks in advance
@SteRe You need to create the necessary data in your dev environment manually. Then use the Export Data and Import Data GitHub actions in your workflow definitions to export the data from dev and load it into target environments.
These actions basically use the principles of Configuration Migration Tool (so you will need to define your schema etc)
Some links that should help
https://github.com/microsoft/powerplatform-actions/blob/main/export-data/action.yml
https://github.com/microsoft/powerplatform-actions/blob/main/import-data/action.yml
https://learn.microsoft.com/en-us/power-platform/alm/configure-and-deploy-tools
https://learn.microsoft.com/en-us/power-platform/admin/manage-configuration-data
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473