Hi ,
I’m setting up a relationship between Orders and Shipments and need some guidance with automation.
My Collections & Relationship:
- Orders: This collection has a field called
Delivered Quantity(likely a number type). - Shipments: This collection has a
Quantityfield (also a number type).
Screenshots of the configuration:
Orders Collection:
Shipments Collection:
The Goal:
I want to automatically update the Delivered Quantity field on the related Order record whenever a new Shipment is created. The logic should be:
New Delivered Quantity = Old Delivered Quantity + Quantity of the new Shipment
What I’ve Tried:
I attempted to set this up using a Workflow, but I couldn’t get it to work correctly. I’m likely missing something in the configuration of the workflow node (perhaps in the calculation or the execution).
My Question:
Could someone please provide guidance or a step-by-step example on how to configure the Workflow (or suggest another method) to achieve this?
Specifically, I need help with:
- How to correctly trigger the workflow when a shipment is Created.
- How to use the Update Data node to:
- Find the correct Order record linked to the new Shipment.
- Calculate the new value for its
Delivered Quantityfield by adding the new shipment’s quantity to the existing value.
Order have multiple products and when we create shipment the trigger or workflow should update multiple products (Delivered Qty Field) in that order
Any help or pointers to relevant documentation would be greatly appreciated!
Thank you.


