I am creating my first workflow. I tested it out using Postman but I don't get the response from my workflow node that I thought I would receive. I am expecting to receive just the word "hello". However, I don't get a response at all just a "Success" message in the return data. I have tried to deploy it to production, etc but just can't seem to get retool WF to return anything. What am I doing wrong here? Thanks!
Yeah, I thought that as well. Problem is, when I add that, I get an error response of this:
{
"workflowError": "Your workflow failed during execution."
}
But then, if I run my workflow to test, it return completely fine with no errors.
I'd have to see a bit more how you setup the workflow. Is the response block properly connected to the flow, and when you got the error, was there in fact an error in the log?
I found out the issue. I didn't have the body parameters correct in postman (I was thinking the workflow would automatically pick up the test params). I added in the body params needed and now it is working. Thanks!
1 Like