* as a wildcard that matches every item in a list, so you can read the same field from every product or order line in a single step.
Fields
Sample data
| Field | Value |
|---|---|
| Pattern | products.*.name |
name of every product. Each matched value keeps its place in the data, so the result mirrors the original list and contains only the matched fields.
Input: