Good day all,
I am obviously stuck. I am trying to pass the content of a powerapps collection to a flow and then populate a word document. The text fields get added to the word document. No problem. The number fields do not.
The number fields from the collection are appearing in the outputs of the flow steps, they just don't get added to the word document.
These values from the flow step output do not appear in the document:

This is what show up in the word document:

The part description and the part number (which are handled as text values) work fine, it is just the quantity and the price that does not work.
I tried changing the type to string (for quantity and price) in the flow but still doesn't work.
And advice will be very much appreciated.
Thanks