Hello Community,
I use "Project Online" and I want to make a Flow in Power Automate, but in any action of "Project Online" in "Root Site URL" it throws me an error.
And when I search the Web for the Project link, it appears that it cannot be found and perhaps it does not exist. That link is the one that throws me from Project.
How can I solve that?
Hi @fgonzalez515,
Can you navigate to the Project Center of PWA and show me the list of projects? It looks like the screenshot below, correct?
If that is not the case you might have Project for the Web instead of Project Online? In that case you probably want to use a list rows actions with the Projects table of Dataverse instead:
I tried everything and it doesn't work.
Will it have any relationship with Sharepoint or enable any Project Web App option there?
Hi @fgonzalez515,
Can you try these two options as well for the URI?
_api/ProjectData/Projects
or
_api/ProjectServer/Projects
And just in case can you also add some Headers. Like for example:
{
"Accept": "application/json;odata=verbose",
"Content-Type": "application/json;odata=verbose"
}
Hi @fgonzalez515,
Do any of the other Project Online actions work for you?
As a workaround you could try and use the Send an HTTP request action with a REST API call. Try something like below: