I have a flow that collects some bits of information from json snippet to build table with 'Create HTML table' action:
Schema:

'Work Type' and 'Fee ' column have got some space in the name.
How do i specify that space in the expression Item() to get the data from that column?
Item().Work Type doesn't work. I tried various combinations to cater for that space ,such as:
& " " &, _x0020x_,$,? ,* ect. but nothing works