You can filter automation flows based on which product was purchased using the Product ID from your purchase form.
1. Set the Trigger to “Form Submission” #
- In the automation flow builder, click “Add New Workflow Trigger.”
- Select “Form Submission” as the trigger type.
- Choose a Purchase Form as the trigger source.
2. Add a Condition Step #
- From the “Logic” dropdown, drag the “Condition” step onto the canvas.
- In the right sidebar, under “Which Dataset Will This Condition Use,” select the purchase form.
3. Find the Product ID #
- In a new tab, open the Purchase Form you selected in your trigger.
- Click on the “Products” section.
- Hover over the product you want to filter by and click the gear icon.
- The Product ID will be shown there.
Repeat this step for each product if you’re unsure which ID corresponds to which item.
4. Use the Product ID in Your Condition #
- Go back to your flow tab.
- In the Condition step, set the rule to filter by the Product ID you just found.
- Click Save to apply the filter.