The REJECT function can remove unwanted elements from an array. Thi example removes empty strings from an array.
REJECT(array, ["", NULL, 0, FALSE])
To learn more about manipulating arrays, see here.
Removing unwanted elements from an array in Tines
The REJECT function can remove unwanted elements from an array. Thi example removes empty strings from an array.
REJECT(array, ["", NULL, 0, FALSE])
To learn more about manipulating arrays, see here.