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:
- Enable share credentials between users in resource settings
- Update OAuth callback URL in my external platform
- Add
offline_accessin scopes field.
