2
Currently the sync is not happening at the same time we add / update project schedule data via Project Schedule APIs.

I'm facing an issue on creating tasks in project and retrieve the tasks as soon as I added them, the task won't retrieved through the APIs. Apparently it can be seen in the P4tw app at the time I add it, but it cannot be retrieved at the same time via API using the Microsoft.PowerPlatform.Dataverse.Client

Also, the following fields of the msdyn_projecttask table is not getting updated when trying to update the task.
task["msdyn_progress"] = 0.50m;
task["msdyn_duration"] = 0.0;
STATUS DETAILS
Needs Votes