Looking for some assistance chaining workflows together on a self-hosted instance of retool on prem version 3.33.10
We are trying to run two workflows in series and the second one needs to leverage the test inputs from the first. Below is a simple example that works in cloud.
However, when this is replicated in on prem the second workflow fails as the return (or any resource it seems) cannot leverage the startTrigger data even though it appears to be there in the run history.
Running the second workflow manually from the UI works fine. Any help would be much appreciated!
Interestingly we can invoke the workflow with a webhook outside of retool but the same webhook fails when run from within retool so chaining using a webhook does not seem to work either.