I have performed an import from my SQL database into the CDS and can automatically load new data from the SQL database into the CDS with a data flow.
But how can I write the data I created back into my SQL database?
I found this article in the documentation:
https://docs.microsoft.com/en-us/power-platform/admin/replicate-data-microsoft-azure-sql-database
But it says I need "mode-driven applications in Dynamics 365". So I'm not really sure what that means.
Is every model-driven application a model-driven application in Dynamics 365? Or are model-driven applications in Dynamics 365 something special?
And could I use the same database (with the same tables) to import data into CDS and export data from CDS?
If this is not possible, what is the recommended way to export data from CDS to (Azure) SQL (or even make a bidirectional synchronisation)?