* in the source becomes a numbered capture, so the destination and value can place each result in its own spot.
Fields
Sample data
| Field | Value |
|---|---|
| Source | items.* |
| Destination | lines.$1.status |
| Value | pending |
$1 holds the item’s position, so the feature writes a status of pending under a matching entry in lines.
Input: