Syntax SORT_NATURAL(array, sort_key)Examples Example 1Input{ "my_action": { "message": [ "north", "South", "east", "west" ] } }FormulaSORT_NATURAL(my_action.message)Output["east","north","South","west"]