Generate a list in a pdf from a table

Hi there,

I need to generate a list of the entries from a slice. I get this error:

Run task “SendPackListEMail”

  • Error 1 : ‘Packliste-Process’ task ‘SendPackListEMail’ Attachment template. Contains expression ‘<Start:BehandlungsID><<[ProduktID]>>’ having a start token ‘<<’ with an incomplete end token ‘>>’ following ‘<Start:BehandlungsID>’
  • Error 2 : ‘Packliste-Process’ task ‘SendPackListEMail’ Attachment template. Found 1 unmatched ‘End’. They are:

    <<[IngredientID]>><>

an this is how my google.docs look like:

Thx.
Robert

0 3 107
3 REPLIES 3

Try to rewrite the Start trying to make sure there are no spaces or something like that.
Also, does [BehandlungsID] contains a list of Key values?

<<Start:[BehandlungsID]>>

[BehandlungsID] is likely just a column? You need to specify the table in this usage of the START. So the first cell of your table should have the template formula of:

<<Start:TableName[BehandlungsID]>><<[BehandlungsID]>>

Replace TableName with your table name


And as @SkrOYC mentions, this assumes that [BehandlungsID] is the key column. if it’s not, the general syntax in your use case would be:

<<Start:TableName[key column]>><<[BehandlungsID]>>

Replace TableName with “your table name”. The key column should be the column set as the Key in “your table name”.

Steve
Platinum 4
Platinum 4

For reference:

Top Labels in this Space