Hello all,
I'm trying to use Get Query and output the values into an HTML table to send via email as below:

The only problem is every time I send the flow and leave it after saving, the items have changed format and no longer output the information.
e.g.
item()?['System.Title']
becomes
item()?['System']?['Title']
I attempted to wrap them in a string function but the same thing happens they look like this when it next sends whether manually or via the automation.

Does anyone know a way to prevent this from happening?
Thanks for your help.
James