{{2.rowValues.12
}}
I would like to get a range row start and add 5 to create the row value I need (in place of the 12), this seems like it should work but it does not
{{2.rowValues.{{sum(2.range.rowStart; 5)}}
}}
There are backticks on either side of the 12 they get eaten by formatting
here