Issue with Workflow Branches not running properly when truthy

Hi - I'm having an issue with running a workflow triggered in my app. When the workflow reaches a branch and evals as true, it stops processing. Its being triggered in app through an Import Workflow query (I also tried using trigger via webhook). When its triggered manually in the workflow (using the same exact payload) it works fine.

Can anyone help me troubleshoot this?

Hello @dangreenberg,

Check the Branch Conditions in Workflow:

  • Ensure that the branch condition logic evaluates correctly when triggered via the Import Workflow query or webhook.
  • Add debug Log Text blocks just before and after the branch to see what values are being evaluated. This will help you confirm if the payload or variables are correctly passed.
1 Like

Hi @dangreenberg, are we still experiencing this issue?