How to check if variable exists or is set in flow condition

Is there a way to check if variable exists and is set in flow condition. I am using below which is not working

<Condition>variable != null</Condition>
0 1 2,536
1 REPLY 1

@Bharat Bhatia

The following condition should work for null checks

<Condition>variable isNot null </Condition>