csk_fn_lowest_number
          Use this function to find the lowest number in a list of objects.
         
         - String: csk_fn_list_lowest_number(List<Object> inputList)
 - Input: 
           
- List<Object> inputList: The inputs whose values will be evaluated
 
 - Example: $csk_fn_list_lowest_number(["1","10","100","1000"]) → "1"