Hi - I am trying to use handlebars in a dynamic table and saw a post where they said to use something like this - {{AllCsrTotals.Category[0]}}. This isn’t working for me. I also tried {{AllCsrTotals[0].Category}} and nothing. Is it possible to use handlebars in a dynamic table? If so, what would it look like?
The table should already aware of the data context, meaning there is link between the rows and the detail record. So you basically only need to add an expression for the name of the respective fields.
If AllCsrTotals is the name of the field you would need to add the {{AllCsrTotals}} expression. You could simply drag and drop the data field from the Data Model to the table cell.
For more inspiration you could have a look at the Lab Glass invoice sample found in the Welcome Screen of OL Connect Designer (or the OL Acme invoice sample).
The table row refers to the detail table by setting the data-repeat to the name of the detail table or to a nested level using the dot notation. This is normally handled when using the Insert Dynamic Table option so there is no need to enter this manually, though the Source via may help to better understand the logic.