I made a zapp to connect Woocommerce to the emailsystem. I have mutliple products in Woocommerce, which should by connected each to their own list. I choose ‘order’, but there is no choice for a product.
How can I choose a purchased product as a trigger?
It sounds like you’re trying to trigger this automation when a specific product is ordered -- In that case, you’ll want to select the “Order” trigger, followed by a “Filter” Action
Configuring the Filter could be simple/straightforward. If you know what the product name is - you could select the product name as the filter - in which case the rest of the automation will only fully run if the criteria you define in the filter is fulfilled.
I.e. Product name pcontains] “NewTShirt” --
Only products with the term “NewTShirt” in the name will continue through the subsequent steps in the automation.