Get a notification when any order includes 2 or more same items / SKUs

Sometimes the customer purchased 2 or more same items, like the “Specter-s” ebike, SKU: SPECTER-S-19-MB.

Someone bought 2 above ebikes and other accessories, then he contacted us that he needed to cancel one of ebikes because he repeated purchasing them. so i wanna create one flow to detect such cases.

Below is the flow i designed, but there is no indicated SKU to be filled with, because any SKU may happen.

pls advise, or any new flow to recommend. thanks a lot.

I think you just want to check if that lineItems has a quantity of 2 or more. Something like: “At least one of order / lineItems has quantity >= 2”.

No exactly, i want to check if that lineItems has a quantity of 2 or more
same items, like 2*Specter-ST-Black (SKU of item sample).

Thanks for ur answer.

If you just want to check if any line item has a quantity > 1, you can do that by checking the line item quantity in a condition. Here’s an example:

Works well, thank u