Howdy, all! I am trying to set up a Power Automate custom connector to use for Power BI Rest APIs using an Azure app registration. I successfully run API calls like Get Dataflows with my current setup, but I always get a 401 error when trying to use the Pipeline APIs. About ready to pull my hair out and hope someone can help me. 😀
My connector is configured as follows:
As you can see in the image below, SOME of these work just fine (i.e., GetDataflows). When I try to use the Get Pipeline and Get Pipeline Operations calls, though, they fail:
Here's my app reg configuration:
I feel like I've ticked all the boxes but without success. Anyone have a brilliant idea on how to get this to work?!