Greetings,
After watching this video...
https://flow.microsoft.com/en-us/blog/intermediate-flow-of-the-week-create-pdf-invoices-using-word-templates-with-microsoft-flow/
...I became inspired, and started working on a Flow that would generate Purchase Order Requests. Following the instructions as per the video, I've created a Word Document with several Plain Text Content Controls:

Everything goes as planned until we hit the first entry that I need formatted as currency. In the example above, the entry for "Price1" will not allow me to have a floating zero..."43.60" immediately becomes "43.6". The data is pulled from a Sharepoint list which has the column settings for "Currency".
From what I have been able to research, the only way to accomplish formatting currency in this way is through a macro. I've attempted to apply a macro in several places in the document, and have not had any success. Any insight would be greatly appreciated.