I’m noticing what I think is a bug in the tool when I try to use the Sum Values function.
In my flow I have a list of orders and I am just looking to sum the Gross Sales column using the Sum Values function. In the step preceding the Sum Values function I can see the below value of 1,147.20 when I search ENFA-1280.
But after using the Sum Values function, I’m seeing a 0 under Gross Sales when I search ENFA-1280:
Appreciate you pointing this out. I’ll pass a note along to the team to look this over, but in the interim, you could potentially use the Number Formatter step to remove commas. That way the Sum Values step should treat the column as a numeral and not text. Hope that helps for now!
Hi @jp, thanks for the pointer. I did try that but no luck, for some reason in my flow that column has values showing up as 0 randomly, i.e. not affecting the entire column, just some rows in it. Any suggestions on how to troubleshoot?
@jp - ok think I figured out what the issue was. There was a Number Formatter already in my flow in a preceding step that was adding commas to numbers. For some reason, this earlier step was causing numbers to appear as 0 in Sum Values function, as shown in my screenshots.
Once i removed the option to add commas in the preceding Number Formatter step , the Sum Values function captures the values fine and is working now.