Migrating large amounts of data from one entity to another

0
Hey, I have a Mendix cloud setup and I would like to migrate data from one entity (including associations) to a new entity. What is the best way to achieve this? 
asked
1 answers
0

You can create a microflow that iterates through the objects in the original entity and create objects in the new entity for it.

If the amount are really large, you can apply batching to avoid performance issues, see https://gettingstarted.mendixcloud.com/link/path/3/Win-at-Working-with-Data 

I hope this helps.

 

answered