Fields
Sample data
This step splits the items passing through a route, so it runs as part of a route rather than on its own. A typical configuration that turns each product in aproducts list into its own item looks like this:
| Field | Value |
|---|---|
| Path | products.* |
products list of two products is split into two separate items, one per product. Each branch carries just that product’s data and continues through the rest of the route on its own.