IfThenElse Returns the 1st provided value if the condition is True, otherwise, returns the 2nd provided value. Inputs Bool Any Type (Output Value if the Condition is True) Any Type (Output Value if the Condition is False) Output Any Type