The If node takes a logical test and then returns a true or false result based on this test. It has three inputs:
test
true – what should the output be if test is true?
false – what should the output be if test is false?
Simple examples:
More advanced example:
via https://twitter.com/ColinMcCrone/status/697217235304075265
One thought on “If”