I have a powerapp that is using data from an entity located in common data service.
The entity data is populated from a SQL Server.
When the powerapp updates the data, it is reflected in the common data service entity. Example - update a field.
How to sync this update to the SQL Server?
Also, when data changes on the SQL server, how to sync it with the common data service? Is there an out of the box solution?