I have an page called Orderline, with the attributes OrderlineTotal, OrderlinePrice, ProductCode and OrderNumber. I want to calculate alles the Prices which belongs to the specific OrderNumber.
Both have Ordernumber 1:
OrderlineTotal is 1 with OrderlinePrice 5,99 & ProductCode SR24
OrdelineTotal is 2 with OrderlinePrice 30,98 & ProductCode HJ24
I want to count the 2 OrderlinePrice using a microflow, so I can see a total price for OrderNumber 1. Any one can help me?