all router working on false conditions

Rajat

Member
Router are working on false condition, so frustrated for 2 weeks !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 

Attachments

  • router working on false condition.png
    router working on false condition.png
    737.9 KB · Views: 95

Himesh

Active member
The Router step it self is considered Success(green tick icon in history for router step) even if the condition is false.

But if condition is False then it won't execute Actions inside the that Route. As per your screenshot it hasn't executed any steps inside the Router after it found that condition is false.
 

Rajat

Member
The Router step it self is considered Success(green tick icon in history for router step) even if the condition is false.

But if condition is False then it won't execute Actions inside the that Route. As per your screenshot it hasn't executed any steps inside the Router after it found that condition is false.
Are it has executed the action inside that as well, that is the annoying thing
 

ArshilAhmad

Well-known member
Staff member
Hi @Rajat,

Based on your Task History, we can see that the Router-vip7820 was executed at 20:32:31, while the trigger for your workflow (VIP 7820 Course ...) was executed at 20:32:29. This indicates that the workflow was not executed through the Data Forwarder for this route but rather from a different source.
1693825100477.png


We can confirm this by comparing the execution times of the triggers for both workflows, which are exactly the same. It is possible that you used the Webhook URL from the 'VIP 7820 COURSE ...' workflow in the same source through which data is being sent to the 'all course webflow' workflow, causing both of these workflows to be executed.
image (74).png
 
Top