The sales order record I am trying to push is the 502198 object as that is the internal id from BC. Below is the statement I am trying to use to pull only the first two letters of the sku name and then check if they are equal to BE.
{{#compare (substring products[*].sku "0" "2") "==" "BE"}} {{#each products[*].product_options }}{{this.display_name}}{{this.value}}{{/each}}{{else}}{{/compare}}