There should be some error observability displayed in the workflow, under the step that errored, but depending on the HTTP client that step is configured to use, it might squelch some important error data.
Dylan Sather (Pipedream) : thanks! Do you see the Share button near the top of your workflow? You’ll actually need to add dylan@pipedream.com as a collaborator in order for me to see your event data, if that’s OK
Dylan Sather (Pipedream) : This step was using the axios HTTP client by default, which doesn’t return the actual error data in a way that we can easily parse. We package our own version of axios (require("@pipedreamhq/platform").axios), which simply wraps axios and formats the data better