FOR v1 IN t.SupportArray takes every element of array
WHEN v1.id != “GK315baf” If condition is true then
append into new array of expression v1 ( i.e expression between ARRAY and FOR)
if condition is false ignores that element and moves to next element
ARRAY, FIRST, and OBJECT
Range transforms (ARRAY, FIRST, OBJECT) allow you to map and filter the elements or attributes of a collection or object(s). ARRAY evaluates to an array of the operand expression, while FIRST evaluates to a single element based on the operand expression. OBJECT evaluates to an object whose name : value attributes are name-expr : expr .
Name-expr must evaluate to a string. If not, that attribute is omitted from the result object.
range-xform: