How to access columns with spaces in PocketQuery Templates
If a column name contains a space, it is not possible to access it as $result.columnName within the template. Instead, please use
$row.get("Column Name")
If a column name contains a space, it is not possible to access it as $result.columnName within the template. Instead, please use
$row.get("Column Name")