Flow automation - Order includes item add another item

Hello,

I’m trying to launch an automation that automatically adds a product to the order when a specific product is part of the order.

I know there are bundle apps for that, but I would prefer a solution on the back end.

The added product doesn’t have any value in itself, it’s a measuring kit that it’s used for customizing final product.

I have prepared the flow attached in the picture, unfortunately it seems that the condition about the product is for the whole e-shop, so it always check that the product is in the e-shop and adds it to the order but I would need the individual order to be checked for the product “bicycle saddle”.

I don’t see the condition: “check if the order includes the product X”

Thanks in advance

@Ondrej87 you’ll probably have to include a Loop Flow function (Action → Flow → Loop ). With this, you can check each order line item for its title or ID.

Thanks a lot Finer.

Loop is a action that I can add in Flow app?

Thanks again

@Ondrej87 , yes exactly