Power Automate Time only string for Microsoft Template or sharepoint list or email body. :)

My job loves to keep me on my toes.

They required to see the time in a different area than the date on a reservation form.  They did not want them in the same line... Sigh

The Flow:

1. Current Time

2. Convert Time zone

3. The Variable

 

4. Remove the date

The expression:

substring(variables('PickUpTimeOnly'),9,sub(length(variables('PickUpTimeOnly')),9))

 

5. In my Word Template (Could be an email body, or sharepoint list, etc...)

 

The outcome.