Trying to access nested data in table component with spaced in key name

Hi all. I am having major issues trying to get my Airtable data to display in my table. When using the mapped value column, I am easily able to access key/values that do not have spaces. However, when trying to return "Product Name", I cannot seem to show anything. Any suggestions?


try:

{{ item['Product Name'] }}

or perhaps
{{ item.Fields['Product Name'] }}

:slight_smile: