Forum Discussion

Slava630's avatar
Slava630
Copper Contributor
Aug 28, 2023

Patch Project Tasks Doesn't Work

We use Project for the web and I have developed a canvas PowerApps application. I was able to disply Project tasks, but when I patch a task either nothing happens or I receive a "Network error".

 

Could you please advice how I can update tasks, particularly Remain and Complited hours?

 

Patch(
    'Project Tasks',
    LookUp(
        'Project Tasks',
        'Project task ID' = ThisItem.'Project task ID'
    ),
    {
       'Effort Completed (Hours)': Value(ThisItem.'Effort Completed (Hours)')
    }
)

 

 

Thank you in advance

Slava 

1 Reply

  • Slava630's avatar
    Slava630
    Copper Contributor

    Oh dears, Now I see how deep the rabbit hole is.

    Read this who are interested in the subject

    https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Adding-a-Task-to-Project-Tasks-in-Dataverse/td-p/1584834/page/2 

Resources