Hi, I tried this: {{#each profile._company.LoyaltyCards as|entry|}} {%#if startsWith(entry.LoyaltyCardNumber,"2616")%} {{entry.LoyaltyCardNumber}} {%else if doesNotStartWith(entry.LoyaltyCardNumber, "2616")%}else {{entry.LoyaltyCardNumber}} {%/if%} {{/each}}The weird thing is, that it gives back th...