Thanks, sorry, but I'm stuck. In step 2a -
- replace(string(item()), item()['ro'] (name of the field you are trying to replace with formatted number), (Output from Format Number Dynamic Content))
I replace it with my data, below, but I am getting an invalid expression. Not sure of the syntax.
replace(string(item()), item()['PayTotalSum'], (outputs('Format_number_Total_Pay')?['body']))
But, I do understand the concept of the solution you provided, which seems to be the answer, if I could just get past the syntax issue I am having.
Thanks!