Hi Shopify Community,
I’m trying to create a Shopify Flow automation to automatically add products to parent collections when they’re added to subcategory collections, but I’m stuck with a validation error.
My Goal: When a product is added to any of my subcategory collections (Men’s Underwear, Men’s Shoes, Men’s Jewelry & Accessories, etc.), I want it to automatically be added to parent collections (Men’s, View All - MEN, Original Branded Fashion, View All - ORIGINAL BRANDED FASHION).
The Issue: I’ve created a workflow with the following structure:
-
Trigger: Product updated
-
Condition: Check if product is in any of the subcategory collections
-
Action: Add product to collections
However, when I try to activate the workflow, I get this error:
“This step uses a draft task that is not available for your shop. To activate this workflow, you will need to remove this step or enable the draft tasks beta flag.”
What I’ve Tried:
-
Used both version 0.1 and version 1.0 of the “Add product to collections” action - both give the same error
-
Contacted Shopify Support - they confirmed there’s no “draft task beta flag” option available
-
Added a “For each” loop as suggested by support - still getting the same error
Technical Details:
-
Store: gomixlb.com
-
Shopify Plan: Professional
-
Workflow ID: 019c5c8f-56d2-7b30-91ad-3c3f04ed0c75
-
Problematic Task: shopify::admin::add_product_to_collection (both v0.1 and v1.0)
My Questions:
-
Is the “Add product to collections” action actually available for all Shopify stores, or does it require a specific plan or special access?
-
Has anyone else encountered this “draft task” error and found a solution?
-
If this action isn’t available, what’s the recommended alternative for automatically adding products to multiple collections based on their existing collection membership?
Any help would be greatly appreciated! I’ve been going in circles with this for hours.
Thanks in advance!