Given the following case:
Object List = [{Integer property: 1, Some property1}, {Integer property: 2, Some property2}]
Expression:
MAP_TO_TEXT_LIST(Object List, ‘Integer property’)
Expected result: [‘1’, ‘2’]
Result: Error
Could you please add the type casting from numeric type to string for the MAP_TO_TEXT_LIST() function?