Resolved! Glide list data type
I need to print the latitude and longitude of list type reference field. Kindly help on the script. var list = gr.u_impacted_locations.toString(); var array = list.split(","); for (var i=0; i < array.length; i++) { var location = array[i]; gs.log(l...

