Workflow Issue on "if node"


I have an If node (is Q7 answered) which checks for a condition: If you check in the execution- The outcome of this node is true and it should ideally trigger both the subsequent nodes (Fetch cards and clean Q1-Q7 inputs): But for some reason only fetch cards node is getting executed and not the "Clean Q1-Q7 node.

Additionally this workflow was working fine till yesterday and i haven’t made any changes in the workflow: I just tried testing today and it is not working now: Any suggestions?

If the remove the fetch card node and directly connect the output of If node to clean Q1-Q7 node then it gets executed automatically.

It seems only one node is getting executed post an if condition node

Hi @Nishant_pandita

You are creating 2 separate paths here. So you need to use a merge to combine the two again if you want to use both in one execution properly.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.