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.
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.