As Airports returns a string, create an array from it and then get the first element. You do this response mapping JavaScript.
code
var out = value.split(",");
return out;
/code
As Airports returns a string, create an array from it and then get the first element. You do this response mapping JavaScript.
code
var out = value.split(",");
return out;
/code