Hi Folks, We have a requirement to import more than 7 million records into our Mendix DB. But doing it in one go is putting strain on the server and is running out of memory. We tried to give static range while importing using Database replication, but everytime someone needs to go and change the range(doing it in batches) and after each batch we are forced to restart app as well. Its mentioned putting constraints directly in table mapping is also getting decommissioned. I think Database replication also supports dynamic constraints and there is a final microflow option provided as well in table mapping but we are unable to configure. Can somebody help to configure it or mention what are the steps after table mapping is prepared particularly on the areas of Import calls and Planned Import action