Hey!
I would like to set a condition in Flow to check if shopping cart contains 2 items or more.
Is this the correct syntax for it? If not, how should it look like?
Goal: set a Shopify Flow condition to detect when a shopping cart has 2 or more items. The original approach (shown in a screenshot) was questioned for correctness.
Update/solution: Use Shopify Flow’s “Sum” action first to aggregate item quantities, then evaluate that total in a condition. A screenshot illustrates configuring the Sum step.
Implementation steps:
Notes: The attached images are central to understanding the correct configuration (Sum setup and subsequent condition). Outcome: A clear method was provided; no further disagreement or open questions are noted.