OAuth2 Connection Failed in Retool Workflows

Hi!

I’m currently working on connecting OAuth2 in Workflows. I’ve already tested this connection in the Retool App, and everything works fine there.

However, when I try to run a query in Workflows using the same resource, it keeps returning an “unauthorized” error

What I have did so far:

  1. Enable share credentials between users in resource settings
  2. Update OAuth callback URL in my external platform
  3. Add offline_access in scopes field.

Problem solved. Turns out that I forgot to add {{ }} in my dynamic code... :sweat_smile:

1 Like