Skip to main content
Answered

Get all responses from Power Automate


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

 

Best answer by mathio-tf

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.

View original

8 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14584 replies
  • August 21, 2024

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? 


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • August 22, 2024

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.


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14584 replies
  • August 27, 2024

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


  • Author
  • Explorer
  • 2 replies
  • September 9, 2024

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."

 


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • September 12, 2024

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

 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14584 replies
  • September 18, 2024

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


  • Author
  • Explorer
  • 2 replies
  • September 20, 2024

Hi @mathio. Liz,

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

 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14584 replies
  • September 25, 2024

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


Reply