Hi there,
I’m stuck on the following issue: my trigger returns an “order” object with an “items” array inside it. Each item contains some information that I need, but this is duplicated across all items. For example, each item might have a field “name” with value “Steve” (always the same value). What I want is to use the “name” field only from the first “item” and skip it for every other “item”. I can use the Formatter → Pick from list utility, but I need to create one step per field, and I have many fields I need to extract.
Is there a way to do this in one step, i.e. pick the first line item with all its fields, and skip the others?