Where Can I View the Return Values of an Event?

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

where can I see return values of an event?

To view the return values of an event in Pipedream, you can inspect the event data and context. Here’s how you can do that: 1. Select an Event: In the Pipedream UI, navigate to the event history of your workflow and select the event you want to inspect. 2. Inspect Event Data: Once you select an event, you’ll see the incoming event data and the event context for that event. This data is parsed and exposed in the variable steps.trigger.event, which you can access in any workflow step. 3. View Step Executions: Clicking on an individual event will open a panel that displays the steps executed, their individual configurations, as well as the overall performance and results of the entire workflow. 4. Event Execution Details: The top of the event history details will display details including the overall status of that particular event execution and errors if any. If there is an error message, the link at the bottom of the error message will link to the corresponding workflow step that threw the error. For more detailed information, you can refer to the Pipedream documentation on inspecting events. !Viewing individual event executions

I can not find the return values