401 when triggering workflow from embedded app


When I'm triggering running a workflow from an embedded app, it fails, and logs me out.

The error message is: "Authentication failure. Missing access token". It only happens when I click the button that triggers the Workflow.

I've used the instructions here: Embed a web app | Retool Docs and given the Group that the embed app uses access to all workflows.

1 Like

Hey @Theo!

At the moment Retool Embed doesn't support the Retool Workflow resource. It's a limitation that both teams are aware of and I can let you know here when support is added!

In the meantime, can you try using a REST query to trigger your workflow via a POST request to the webhook URL displayed in the workflow itself?

Hi, thanks for your response, yes that worked thank you!