Connect Power Query (Power BI) to Orchestrator API - authorization issue

I am still having trouble with the authorization.
BaseURL =

let
Source = “UiPath Orchestrator Name”
in
Source

Credentials is the same as you describe in the picture. With my client_id and refresh_token.

Could you share your code that you wrote in the last step? The query in your picture is called ‘Assets’.

1 Like

The code that I use is from this post: TUTORIAL: Connect Power Query (Power BI) to Orchestrator API - News / Tutorials - UiPath Community Forum

1 Like

Hey @kwijngaard

So, your token is right ?

Thanks
#nK

Yeah I think so. I set it up in in the same way as described in the post.
I got it from the orchestrator API data. UserID = refresh_token and the clientID

1 Like

Hey @kwijngaard

From where did you get the client id and refresh token please ?

Thanks
#nK

Hey @Nithinkrishna,

As shown in the picture.

It is better described in this post: How To Connect Power Query (Power BI) To Orchestrator API - News / Knowledge Base - UiPath Community Forum

image