Hello. I am using the below html for my custom email. I am assuming that the
{{#dimensionValues}}<tr>{{{0}}}, {{1}}, {{2}} </tr>{{/dimensionValues}} is a loop to generate the rows of record data. {{{0}}} is the drill to dimension value and {{1}} and {{2}} are the measure values of 1 and 2.
Is there a way for me to reference record 1, measures value 2 in my message text? Is there a syntax for this? like {{1dimensionValues}}{{2}}. I want to be able to pull measure values to customize the message, such as "Your employee is missing data for this time period of {{1dimensionValues}}{{2}}. Please fix."