When someone makes a purchase, we should be able to see in the automation how many items they bought. Right now, you can only check the price and total; if you apply coupons, you can’t retrieve the quantity. If a customer buys two tickets for an event, I need to email them to collect the guests’ information—but currently there’s no way to do this.
The current workaround is to use a custom array for price and quantity, but that data is lost whenever coupons or discounts are applied.