I might have stumbled upon a solution in the filter…
- Get the invoice (see first post for output).
- Iterator to only get the Invoice Items[] part.
- Array Aggregator to reassemble with only Description fields.
- Filter the description fields using
{{map(46.array; "description")}}
and a Contains Text Operator, not the Array-specific Contains filter.
It seems to work.
Does anyone care to explain how, or if I may have anything that’s superfluous?
I presume the map filter, this way, won’t be incurring multiple runs.
Credit Filtering Issues on an array of collections - #2 by Bruno_T with helping.