Hi
I am trying to keep a running total of values. The logic app loops through a JSON array and I want to add the value of one of the fields to a variable. However when I try to do this I get an error saying the variable can't self reference. So what is the best way to achieve this?