Hi Team,
I have the following data sample in my column
| Value |
| 5,25 |
| 7,12 |
| 1,08 |
| 0,42 |
| 0,08 |
| 3,13 |
I want to add all these and create a subtotal. I have attached a sample flow in this email where the sample works fine.

I am applying this in my real world scenario and it does not work as expected.
Instead the summation values are shown rounded off to nearest number or as 0
On trying to debug I am not able to figure out why this is happening since both seems to be using same logic. Any idea to identify the root cause ? End result should be the subtotal as attached.
Thanks