I have a flow that reads a key value pair out of an excel spreadsheet, and in the spreadsheet my value is a currency field.
When I run "Get a Row" from excel, and pull that data, it's pulling it in as a string (I think). So, a field of $25.00 in excel is pulling in as simply 25.
I've tried a Compose function, and convert it to a float(), and various things that never seem to make any difference.

Is there any way to convert this into USD currency in the format $1,000?