
Announcements
Hi,
I'm trying to build a flow that will get me all the task data from PWA for a specific project by ID. Below is a sample of the HTTP cofniguration I'm providing.
When I copy the URL into a browser window, it works fine (note that I'm able to access PWA from the browser). However, running Flow fails every time.
How am I supposed to authenticate? I tried Basic with my username/password, but that didn't work.
Any ideas? Thanks and happy holidays everone!
Hi @haniel,
Could you please share a screenshot of your flow’s configuration?
The error message told that you don’t have access to the source. I don’t think you could get your data with Basic authentication type, please consider take a try to change Basic authentication type into Active Directory OAuth authentication type:
In addition, please check and see if the following article would help in your scenario:
More details about HTTP action, please check the following article:
Best regards,
Kris