@paul_n we’re counting the total orders monthly and putting up a cap on monthly orders, metafields won’t provide us order count so come up with using flow.
would this work {{order.createdAt}}-{{product.sku}} or {{order.createdAt}}-{{product.legacyResourceId}}, specially when the same product is added twice in an order as per my screenshot above?
How to add counter in the flow or random number, we’ll have both the cases like multiple products in the same order or it can be same product multiple times in a single order?
@paul_n please suggest.