My workflow isn't working and I can't tell why
There is nothing more frustrating than setting up a workflow and having no idea if it is actually doing anything. Here is how to figure out what is going wrong.
Step 1: Check the Logs tab
Every workflow has a Logs tab. Open your workflow and click on it.
Green entries = successful runs
Red entries = failed runs
Click into any entry to see which nodes ran and which ones failed. Click a failed node to see the specific error message.
Step 2: Ask Jarvis
Jarvis can iterate on your workflows and searches. Copy and paste the error or explain the situation in detail so you it knows as much as possible.
This is a suggested step before contacting support
Common issues
Debugging tips
Test with a single post first. Before scaling up, run your workflow manually on one post to make sure every node works correctly. Check the output of each node in the logs.
Build incrementally. Start with just a trigger and one node. Confirm it works, then add the next node. This makes it easy to pinpoint where things break.