Syntax COMPACT(array)Examples Example 1Input{ "my_action": { "message": [ "one", null, "three", "four", null ] } }FormulaCOMPACT(my_action.message)Output["one","three","four"]