Instructions to Ask a Question
For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.
We offer seven comprehensive applications designed to help you efficiently manage and grow your business:
Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.
Could you please share the Workflow URL where you have this concern?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
Die Cut Stickers, Kiss Cut Stickers, Sticker Sheet, Specialty Stickers
- Size
- Quantity
- Status
- 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?
- Shape
- Size
- Material
- Finish
- Quantity
- Color Intensity
- Status
- Digital Proof
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.
