I have a flow that determines changes to records and then creates an email incl. a HTML table showing the changed records.
The step before Create HTML table is a data operation and determines the changed records.
In Create HTML table when columns is set to Automatic the email shows all columns as expected.
However I want to include a subset of columns which is when I select columns=custom. Understand I can specify the header in field header. Trouble is I can't add any spaces here (e.g. I need 'Ordered By' but can only enter 'OrderedBy'). Likewise for the value. Understand I need to enter item()['Ordered By'] but can only enter item()['OrderedBy'] which of course is not found.
How do I solve this?