Assign and IF for a certain outcome

Hello all.
I have a sequence that ends with an IF activity.

I would like to use an assign to each part of the IF with the Boolean value being True / False.
How would I use that as an argument and make it affect the result of another IF activity in another part of my Process?

My guess was make it an OUT argument and the IF condition as [ “Argument” = True] but it didnt seem to work.

We can pass that as an argument with OUT direction whose type is boolean so that It can be used outside that xaml
Cheers @dvn