Hi @lavellladishmon ,
Here’s a short guide on how to use step exports in your Pipedream workflow actions, pre-built or Node.js powered:
In your case within the Node.js step, the steps variable contains all steps data - including the webhook data from Helium.
Try console.log(steps.trigger.event.Untitled_Question) within your Node.js step within the run function and you’ll see the output from the event.