Closed (works as designed)
Project:
If Then Else
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2019 at 23:10 UTC
Updated:
5 Nov 2019 at 06:50 UTC
Jump to comment: Most recent
Comments
Comment #2
neeravbm commentedIn this case, "Field Value" will be TRUE if the checkbox is checked. So connect the "Field Value" output socket to "Execute" input socket of the next node.
Comment #3
akshay.kelotra commentedExecute socket of any node is used to pass a signal whether that node should be processed or not. So if you get the value of boolean field and connect its output to execute socket. That value and socket will act as a condition whether to process the node or not.