Skip to main content

Hello there,

I am creating a Power Automate flow to retrieve all form responses.

There is nothing complicated about it (apparently), but I'm getting this error:

{"code":"AUTHENTICATION_FAILED","description":"Authentication failed"}

Does anyone ever get this error?

Your help is greatly appreciated

 

Hi @CCare Thanks for stopping by the community! I’m not terribly familiar with Power Automate sadly, but I’m guessing the authentication needs to match. @picsoung or @mathio do either of you happen to know if this is because they need to update the authentication type at the very bottom of that screenshot? 


Hello @CCare 

I do not have any experience with the tool you are using, but you will most likely need a personal access token and send it in Authorization header.


Hi @CCare Were you able to update the authorization token? Let us know if you still need some help!


Hi!

Thank you for your reply. That's precisely what I did, @mathio, and it's also what the documentation states, yet I keep getting the error "Authentication failed."

 


I see the token is in curly brackets {tfp_xxxxx}. Your token value should not be wrapped in those, but Authorization header value should be like this: Bearer tfp_xxxxx

 


@CCare Did the suggestion above help? Let us know if you still have any questions!


Hi @mathio. Liz,

Well, thanks to Mathio, the curly brackets in the access token was the problem, and it now works.

 


Glad to hear it’s working, @CCare ! Thanks @mathio !


Reply