Hi Corey,
It looks like you need to compare the variable against both values. Try:
{{UnifyOrderStatus}} == "order" OR {{UnifyOrderStatus}} == "missing-info"
In your current expression, "missing-info" isn't being compared to {{UnifyOrderStatus}}, so the condition won't evaluate as expected. If it still doesn't work, I'd also verify the exact value stored in UnifyOrderStatus (including case and any spaces).
------------------------------
Phaneendra
Technical Solutions Consultant
------------------------------