I have source database as Azure SQL.
I created Dataverse table by connecting Azure SQL as connector which refreshes Dataverse Data every day!
I build one Power Apps connecting data from Dataverse. Now, I need sync mechanism that whenever, a new entry is added to Dataverse that will be sync with Azure SQL(We can sync real time or may be every day).
- How to achieve this Dual Sync - SQL to Dataverse and Dataverse to SQL?