AND/ OR Operator in Condition used as below
%MscShpDt.count% > 0 && "{MscShpDt.JobNum}" !== ""
%MscShpDt.count% > 0 || "{MscShpDt.JobNum}" !== ""
AND/ OR Operator in Condition used as below
%MscShpDt.count% > 0 && "{MscShpDt.JobNum}" !== ""
%MscShpDt.count% > 0 || "{MscShpDt.JobNum}" !== ""
Is this a question?
No