Help with automated doc generation expression

Jaros
New Member

Hi,

I am trying to generate an invoice and would like to generate a statement using the columns below. Iโ€™ve tried a number of different versions of this but I cannot seem to get it right and get the error listed below. Can anyone see where my mistake is and assist?

<<CONCATENATE(<<[Store Name]>>,โ€-โ€,<<[What month is this turnover declaration for?]>>,โ€ โ€œ,<<[Year]>>)>>

Error 1 : โ€˜Handle updated Turnover Declarations recordโ€™ task โ€˜Send an invoice via emailโ€™ Attachment template. Contains expression โ€˜<<CONCATENATE(โ€œ<<[Store Name]>>โ€™ having a start token โ€˜<<โ€™ without a matching end token โ€˜>>โ€™

Solved Solved
0 1 135
1 ACCEPTED SOLUTION

You got too many angle brackets. You only need a single opening and closing angle bracket pair for every expression.

View solution in original post

1 REPLY 1

You got too many angle brackets. You only need a single opening and closing angle bracket pair for every expression.

Top Labels in this Space