
Greetings,
I am building a C# application that is using project operations to manupulate with project entities. Currently I'm stuck with executing msdyn_CopyProjectV3 operation.
I created a blank project through Project for the web as a source project and also the same way a destination project. Through power flow I execute the operation. The outcome is that destination project status reason gets set to 'Copy project failed' status. I cannot find any additional errors in the dataverse, flow output, etc.
I executed the code snippet from https://learn.microsoft.com/en-us/dynamics365/project-operations/project-management/dev-copy-project and I get the same error like in the flow.
Does anybody know what may be the issue and how to overcome this?
Thanks