Why Can't I See the Details to a Workflow Event?

This topic was automatically generated from Slack. You can find the original thread here.

Hi, probably a very simple solution I’m missing: why can’t I see the details (inputs/logs) to a workflow event?

Hey Ryan, check out the section in our docs on Step Exports — there’s nothing to show in the Results unless you return or print or $.export() something: Steps - Pipedream

And similarly with Logs, anything you console.log() for example will show up there

thank you. and what about inputs?

Inputs will show you whatever you’ve configured via a prop: Using Props - Pipedream

So without a prop on a step, there is no input

understood, thank you!

Cool, no problem!