Conditional Block not working on Boolean Comparison
-
Setting one side as an input of boolean value and other side as a specific boolean value, with '==' for comparison. Compilation error occurs, 'expression is alway false'. The logic output of the block seems fixed and change of the input boolean has no effect on the output. BUT it works well if numeric, say, 1 or 0, is used instead for comparison in the control block.
-
@sktsec It works for boolean, try again and if still fails put a shared link here.