collection_zip
Combine two lists into pairs by matching elements at the same position.
Instructions
Zip two lists into a list of pairs.
Args: list_a: The first list. list_b: The second list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_a | Yes | ||
| list_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |