Overview
Thearray-intersection transformation finds the intersection (common elements) of two or more arrays.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable 1 | array | Yes | First array |
variable 2 | array | Yes | Second array |
Examples
Returns an array containing only the elements that appear in both arrays.