I have a workflow with the following section. It’s a simple if that checks if images exist, and follows the true/false path accordingly.
It works perfectly when data is entered via the form trigger.
However, when I subsequently try to run the OCR node for debugging, the flow never gets there. I end up having to disconnect the path of the IF I’m not testing and it debugs without issue.
Is this by design or am I doing something wrong? Thanks!