It seems like Zapier flattens line items in the “return from sub-zap” step. So if I have line items like { name, age }, I can only return names and ages arrays.
I would then have to rebuild the line items in the parent each time I use the sub-zap, which means the sub-zap isn’t very reusable.
Is this correct? Is there another way to be able to re-use a “Code by Zapier” step that returns line items?