What’s the moustache code to access a table column data that has spaces in it?
I’ve tried :
{{tablename.updatedRow.Column Name}}
{{tablename.updatedRow.‘Column Name’}}
{{tablename.updatedRow.[‘Column Name’]}}
Can someone verify what the syntax would be? Thanks in advance!