Hi @joseph.jumilla,
I’m sorry to hear that your workflow is not working as expected. Since you mentioned that the test run works fine, it’s possible that there might be an issue with the incoming HTTP requests or the data being sent to the workflow.
To help you debug the issue, you can add some console.log()
statements in your code to log the incoming data and any other relevant information. For example, you can add the following lines at the beginning of the run
method:
console.log("Trigger event:", steps.trigger.event);
console.log("Message:", message);
This will log the incoming event data and the message extracted from it. You can then check the logs in the Pipedream UI to see if there’s anything unusual or unexpected in the data.
If you’re still having trouble, please visit https://pipedream.com/support for more support options.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.