Trying to create a flow that will add a total the lineitem price in an order for all lineItems that have a product with a specific Tag.
In particular, we have a few different items in our store that are donations (membership, specific campaigns, and just donating). I need to total all the line items that are of type donation, so that we can send an email for tax deduction purposes.
I thought I was onto something with the flow attached, but for the value, I couldn’t figure out how to reference the line item the flow is iterating through.