The short answer is that the variable needs to be an array rather than a comma separated string. So the syntax I needed was: {{invoices.join("," ...
確定! 回上一頁