ARRAY_DIFFERENCE function
Y
YES Integrations
Function to return the items in one list and not in the other.
i.e. ARRAY_DIFFERENCE([List1], [List2]) returns the items in List1 but not in List2
This is an important function for a lot of operations, and writing robust workarounds to implement it using the currently existing functions is long and difficult.