Hi, I am new to Workflow tasks, but this is what i was trying to achieve. I want to run through a set of Invoice Items and add the balances, and see if the balance is less than a Value. In Order to achieve this, I have initiated a Liquid variable before the iterate Invoice Items to 0 and Adding it after the iterate task in a Conditional Task using the below {% assign currentinvoicebalance = Data.Liquid.currentinvoicebalance | plus:Data.LinkData.Balance | plus:0.0 %} However this currentinvoicebalance variable is only showing the 0 always for each iterate instead of keeping the running total. Any idea how this can be achieved? Thanks.
... View more