Suppose I have selected 'line_items' as a path for inventory details. Is this possible to use the parent level field for inventory details sub-record mapping?
HI,If we have an array of objects: [{amount: 10,...}, {amount:20,...}, {amount:20,...}] How can we add all amount field from each object then multiply by 100 using handlebar expressions?