Intersection
Given two or more input lists, this card creates a new list containing only the items that are included in all of the input lists.
The lists can be of any type (for example text, number, or object) but all lists must be set to the same type.
Input
Field | Definition | Type | Required |
---|---|---|---|
list1 |
The first list of items. |
List of any type |
TRUE |
list2 |
The second list of items. |
List of any type |
TRUE |
(optional) |
Optional. You can provide additional input lists, using any field name. |
List of any type |
FALSE |
Output
Field | Definition | Type |
---|---|---|
list |
The list of items contained in all of the input lists. |
List of any type |