I want to assign a project task to the Completed bucket when the progress is set to 100% using Power Automate. I got all the steps done, but I am stuck with the last step which uses the Update a row (Dataverse) action. The action requires the unique row id of the project task, but I have no idea how to get the row ID. I did try triggerBody()?['msdyn_projecttaskid'], but this results in the following error: URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL. (triggerBody()?['msdyn_projecttaskid'] did result in a GUID to be used in the action; I guess not the correct one).