Intersection

Given two or more input lists, creates a new list that contains only those items that are included in all of the input lists. The lists can be of any type (text, number, object, etc.), as long as all lists are set to the same item type.

Input Fields

  • list1: The first list of items.

  • list2: The second list of items.

  • (optional): you can optionally provide additional input lists, with any field name.

Output Fields

  • list (list of objects): The list of items contained in all of the input lists.

Related topics

Lists

Functions in Workflows

Workflow elements