Thanks a33ik
In this way we have to write down lot of Code lines, Checks etc
We want an Automated Solution or Less Code , Could you please go through this scenario and requirement i know you are one of the right person...
i have portal(core .NET) and its DB(MYSQL) is being hosted on Azure online.I have D365 CRM Online. Now i want to push the data from portal DB(MYSQL) To D365 CRM Online. I want to schedule Realtime Jobs to do this type of work for the first time of data import and then whenever any change occur in table , i want to get that updated rows and want to push it in D365 CRM Online
Scenario:
Pulling data from mySQL db to Dynamics
Pulling all changes (changes / updates) from mySQL on a given entity since last run
Scheduling the process so the data is up to date in near real time
how we can achieve this?
via power Automate(it is only for on premise)?
via Custom apis(not best approach as huge data can create irretation)
Via kingswaysoft ETL (License required)
via power automate using SqlServer supporeted for online/onpremise crm(in this way have to migrate data from mysql to sqlserver)

