Workflow logs: blank console and no access to previous step data

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!

1 Like

Can you post a screenshot of your javascript? does it have a return statement?

If it is returning a value, it should be available as the result of that step.

1 Like