Getting "Draft Task" Error When Using "Add Product to Collections" Action in Shopify Flow

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:

  1. Trigger: Product updated

  2. Condition: Check if product is in any of the subcategory collections

  3. 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:

  1. Is the “Add product to collections” action actually available for all Shopify stores, or does it require a specific plan or special access?

  2. Has anyone else encountered this “draft task” error and found a solution?

  3. 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!

Hi @gomix.company

That error usually means the Add product to collection action isn’t fully released for your shop (it’s still a draft task internally) so it can’t be activated even if you see it in Flow. It’s not plan-related, and there’s no beta flag you can enable.

Best alternative (and recommended approach
Use automated collections instead of Flow.

Instead of
Trigger → If product in subcollection Add to parent

Do this:
Create parent collections with conditions like:

Product tag is men
OR Product type is Shoes
OR Vendor is “Original Branded Fashion

Then just tag products or set product type/vendor and Shopify will auto-place them in all matching collections no Flow needed.

This is cleaner, more stable, and avoids API limitations.

Flow is better for tagging products not managing collection membership directly.

Hope that saves you more frustration