Created flow to email me the # of Draft Orders sent the previous day for each sales rep. This flow is created to send drafts sent by sales rep = Jeff. I receive an email of the $ amount of each draft. What I want to get is the total # of drafts sent by Jeff AND the total $$ of all the drafts sent by Jeff. Docs say that COUNT should be the list total but it doesn’t return anything for me. Once I figure out, I can copy this tree for each
Count is simply counting the number of draft orders returned. Click “Add a variable” to add it to your liquid.
Sum would be able to sum the total of a variable across those draft orders.
