I’m running into this issue as I’m creating a new workflow containing a Javascript step that makes an API call (Action 1). My goal is to return a part of its response using a Return a value step (Action 2). To test, I’m posting to a Slack endpoint so that I’m notified when the call is made successfully.
As I test the workflow, I’m not seeing any response data even for successful calls (I get notified in Slack). The console shows “Succeeded” for Action 1 but in Action 2 (Return a value), Action 1 result is showing as undefined and error is null.
Thanks!