Dec 06 2022 08:16 AM
Hi all
I would like to find a way to modify a task as change start date, change finish date, or change duration in a task in Project for the web by Power Automate.
regards
Truong Dai.
Dec 22 2022 10:03 AM
Also trying to do this. I tried using Update a row (dataverse action) to the Project Tasks table but I am getting error message
"We’re sorry. You cannot directly do 'Update' operation to 'msdyn_projecttask'. Try editing it through the Resource editing UI via Project."
Dec 22 2022 05:15 PM
SolutionI see that Project for the Web updates the data to the dataverse, but when the data in the dataverse is modified, the system doesn't update in the P4W. So updating data in dataverse is not the solution
Dec 23 2022 08:26 AM
@daibt Thank you, this lead me to a solution. I was able to change the dates on a task using Power Automate by using the msdyn_PSSUpdateV1 API.
Dec 27 2022 03:01 AM
@Chibo1215 thánks you so much
This is a Project Operations document, not for Project for the Web. You can test other activities like creating a new task, changing the duration. Hope we have a good solution for P4W
Let me ask one more question, can we use HTTP, or HTTPS, as documented here https://learn.microsoft.com/en-us/azure/connectors/connectors-native-http
Dec 27 2022 04:58 AM
Dec 22 2022 05:15 PM
SolutionI see that Project for the Web updates the data to the dataverse, but when the data in the dataverse is modified, the system doesn't update in the P4W. So updating data in dataverse is not the solution