Im not sure I’m following what you mean. In the If node, the condition passed in must evaluate to true for the Then to take effect. Otherwise, Else takes effect.
In your example, the value of completed being passed in is false, so the Else will take effect. In this case, you’ve set it to true, which appears to be what you need based on your comment. Have I misunderstood?