HI @tomb2019
Indeed this is a lot of information.
I would recommend the following:
- Add a "migrated" field in the source table
- Run a Power Automation that has a scheduled trigger. I'll let you define the frequency, but initially, you can make it quite frequently and reduce the rate as the number of rows to migrate reduces.
- In the "Get Items" portion filter also by "migrated = false"
- Filter the number of rows by a set number (do some tests to see how many can you push without issues with Power Automation)
- Update the "migrated" source table
With this, you'll get a system where all records will start being migrated. You'll get to a point where you'll only have to migrate the deltas between runs.
But don't try to do all at the same time. If the Power Automation breaks in the middle you'll have issues understanding the data that was or not migrated.
Does all of this make sense?
Migrating stuff is a sensitive topic, so start slow and grow as you're sure that Power Automation is handling stuff correctly.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel