How to Troubleshoot a Hoicko Workflow
Updated 8/24/20261 min read
How do you troubleshoot a Hoicko workflow?
Start at the beginning of the workflow and check the trigger, conditions, source data, actions, and dependencies one by one.
Check the trigger
Ask:
Did the event that should start the workflow actually happen?
Check conditions
Verify that the record meets every required condition.
Check the data
Look at the source record.
Is the expected value present?
Is the value formatted correctly?
Check the action
Confirm that the configured action is appropriate.
Check dependencies
If the workflow uses a connection or another automated process, verify that dependency as well.
Use controlled testing
Do not immediately modify a business-critical workflow while it is processing live work.
Use a controlled scenario where possible.
FAQs
Why is my Hoicko workflow not running?
Check whether the trigger occurred and whether all required conditions were satisfied.
Why did my workflow perform the wrong action?
Review the action configuration and the data used by the workflow.
Can missing column values cause workflow problems?
Yes. Automation should be designed to handle missing or unexpected information.
What should I check first when troubleshooting?
Start with the trigger, then review conditions, data, actions, and dependencies.
Should I test changes before applying them to live processes?
Yes. Controlled testing reduces the risk of unexpected business impact.
Related content
Is this article helpful?
Help us improve our articles.