Fields
Sample data
| Field | Value |
|---|---|
| Source pattern | products.*.name |
| Destination pattern | product_names.$1 |
products list is untouched, and a copy of each name now also lives under product_names in the same order as the products.
Takes a part of the entity data and copies it.
| Field | Value |
|---|---|
| Source pattern | products.*.name |
| Destination pattern | product_names.$1 |
products list is untouched, and a copy of each name now also lives under product_names in the same order as the products.