All of the following conditions always go to the failure dialog box:
“{OrderHedAttch.count}” == “0”
“{OrderHedAttch.count}” == 0
“{OrderHedAttch.count}” === 0
Trying each with both scenarios. Where the order has attachments and where it does not.
The dialog box that shows the counts is working but the condition is not.