Workflow not capturing new response - BigCommerce New Order

Preeti Paryani

Well-known member
Staff member
Hello @ec_206,

The issue with listing the fields under the Create Subitem action has now been resolved. Please try executing the action and let us know how it goes.
 

ec_206

Member
Hi @Preeti Paryani and @ArshilAhmad good news it worked! My next step is to figure out how to check the BigCommerce order for certain product ID's and only add subitems for them. No all products will be added to Monday.com.
 

Attachments

  • monday-multi-product-order-subitem.jpg
    monday-multi-product-order-subitem.jpg
    61.1 KB · Views: 12

Preeti Paryani

Well-known member
Staff member
Hi @ec_206,

Thank you for the update. Glad to know that it worked successfully.

Regarding your next requirement, could you please help us with a bit more clarity on the exact use case so we can guide you more accurately?

Specifically, it would be helpful to understand:
  • Are you planning to use BigCommerce – New Order or New Product as the trigger?
  • Do you want to apply any specific filter or criteria (such as product IDs) so that only selected products are processed?
  • At what stage do you want the item or subitem to be created in Monday.com?
  • Will you first be searching for an existing item in Monday.com under which the subitem should be created, or should it be created directly?

Once you share the complete flow and expected outcome, we will be able to suggest the correct workflow structure and assist you further.
 

ec_206

Member
Hi @Preeti Paryani. Our client confirmed they want "all" products in an order as subitems so you can disregard my previous message.

We are having issues with one of their products in particular "Sticker Packs". I've attached an image of the order information. You'll notice "Sticker Packs" don't have as many fields the other products have.

Sticker Packs
  1. Size
  2. Quantity
  3. Status
  4. Digital Proof
Die Cut Stickers, Kiss Cut Stickers, Sticker Sheet, Specialty Stickers
  1. Shape
  2. Size
  3. Material
  4. Finish
  5. Quantity
  6. Color Intensity
  7. Status
  8. Digital Proof
A single order can have any combinations of these products, however it seems that if "Sticker Packs" is one of the items the automation is breaking after adding the Monday.com > Create Item step. My guess is it may be erroring when trying to create the lookup tables since there are none of those fields for that product (Sticker Packs)? Maybe put a filter before each lookup table to check for that field?
 

Attachments

  • sticker-pack.jpg
    sticker-pack.jpg
    32 KB · Views: 6
  • die-cut-stickers.jpg
    die-cut-stickers.jpg
    50.2 KB · Views: 6
Last edited:

ArshilAhmad

Well-known member
Staff member
Hi @Preeti Paryani. Our client confirmed they want "all" products in an order as subitems so you can disregard my previous message.

We are having issues with one of their products in particular "Sticker Packs". I've attached an image of the order information. You'll notice "Sticker Packs" don't have as many fields the other products have.

Sticker Packs
  1. Size
  2. Quantity
  3. Status
  4. Digital Proof
Die Cut Stickers, Kiss Cut Stickers, Sticker Sheet, Specialty Stickers
  1. Shape
  2. Size
  3. Material
  4. Finish
  5. Quantity
  6. Color Intensity
  7. Status
  8. Digital Proof
A single order can have any combinations of these products, however it seems that if "Sticker Packs" is one of the items the automation is breaking after adding the Monday.com > Create Item step. My guess is it may be erroring when trying to create the lookup tables since there are none of those fields for that product (Sticker Packs)? Maybe put a filter before each lookup table to check for that field?
Could you please share the Workflow URL where you have this concern?

Thanks & Regards,
Arshil Ahmad
Customer Support Associate
🌐 Pabbly.com
👉Rate your support
 

Preeti Paryani

Well-known member
Staff member
Hi Marc,

Thanks for sharing the workflow details.

First, please try this quick fix before making structural changes:
  1. Go to the Create Subitem (Monday.com) step.
  2. Click on the three dots.
  3. Enable Ignore Error.
  4. Run a test with an order that includes “Sticker Packs”.

If the failure is only due to missing fields (like Shape, Material, Finish, etc.), enabling Ignore Error should allow the workflow to continue without breaking.

1771823936290.png


If the issue still persists, then we recommend restructuring the flow using a Router after the Iterator:
  • Route 1: Add a filter where extended fields (e.g., Shape) exist → run all lookup steps → create subitem.
  • Route 2: Add a filter where extended fields do not exist (Sticker Packs) → do not unnecessary lookups → create subitem with only available fields.
Please test the Ignore Error option first and let us know the result. If needed, we will guide you through configuring the Router properly.
 

ec_206

Member
Hi @Preeti Paryani I enabled ignore error and ran a couple tests. The first was an order with a Die Cut Stickers and Sticker Pack. The iterator ran, but only added the Die Cut Stickers subitem, not the Sticker Pack. The second test order was just a Sticker Pack and it didn't add the subitem.
 

Preeti Paryani

Well-known member
Staff member
Hi @ec_206,

Thank you for the update.

As mentioned earlier, if enabling Ignore Error is not working as expected in your case, we recommend restructuring the workflow as suggested in my previous reply. This will help avoid dependency-related skips and ensure the steps execute more reliably.

Please implement the suggested structure and let us know if you need any further assistance.

If the issue still persists, then we recommend restructuring the flow using a Router after the Iterator:
  • Route 1: Add a filter where extended fields (e.g., Shape) exist → run all lookup steps → create subitem.
  • Route 2: Add a filter where extended fields do not exist (Sticker Packs) → do not unnecessary lookups → create subitem with only available fields.
 

ec_206

Member
Perfect thanks @Preeti Paryani. I will add the filters and let you know how it goes.

It is not allowing me to add a Router step after the iterator. I'm seeing a message "Router can only be added at an end of a workflow".

Disregard Preeti. I figured out out to restructure. Needed to delete all actions after the iterator, then add the router.
 
Last edited:

ec_206

Member
Hi @Preeti Paryani. I think I'm getting close. Attached is a screenshot of the new automation with Router. I cloned the original one. The issue now is it's creating a duplicate Parent Item, then duplicate Sticker Pack subitem? Only one workflow is active so I don't think this is the issue on the duplicate parent creation.

You'll also notice the Sticker Pack route uses a couple of the same lookup tables as the other filter route however the "Lookup key" is different based on the product.

Here is the new automation: https://connect.pabbly.com/v2/app/workflow/mapping/IjU3NjcwNTZjMDYzZjA0MzM1MjZjNTUzNTUxMzQi_pc
 

Attachments

  • new-automation-with-router-filters.jpg
    new-automation-with-router-filters.jpg
    182.9 KB · Views: 0
  • duplicate-parent-and subitems.jpg
    duplicate-parent-and subitems.jpg
    194.9 KB · Views: 0
  • lookup-table-key.jpg
    lookup-table-key.jpg
    161.8 KB · Views: 0
Top