Hi all,
I've read multiple articles on this one, but I cannot get it right.
In Lists I have a calculated column (when I put in the number 10 in a different column, it is multiplied by 28). Although I've set the outcome to number, apparently in Power Automate it still turns out as a string. When I use the value in a 'Populate a Word document' - it gives me back the calculated number (280 in this case), but it adds 12 zeros after the decimal point (280.000000000000).
I just want the number 280 (or another calculated number) in the Word document 😉
I've put in an action Format Number, but that gives me the error: 'The template language function 'formatNumber' expects its first parameter to be an integer or a decimal number. The provided value is of type 'String'.
So I tried something with Initialize variables and Compose (expression int(items('Apply_to_each')['ColumnName'])) - but I don't have an apply to each there. Tried to insert an apply to each, adjust the expression, I'm lost now....
Hope you can help, thanks a lot in advance 🙂
