Hi,
I am trying to create a flow that generates Word docs from an Excel table. The flow works fine but I have a problem with the date/time format.
In the 'List rows present in a table step' I have selected ISO 8601 for the DateTime Format.
Then for the next step, which is Populate a Microsoft Word template, I have selected the appropriate excel columns for the Word fields.

However, the output from the generated Word document looks like this:

In the original Excel Entry, the top row is just date value, i.e. 3/1/2023.
The second row original value is 10:00 and last row is 15:00 (I need the 24 hour time format).
How can I format the date to look like this in the Word document?:
3/1/2023
10:00 GMT
15:00 Local
Appreciate any help on this as I am quite new to Power Automate!