Hello, I'm using a fieldtype multiselect on a suitelet, I want to access the values selected, I see on the console that this returns a string (24782477147), I tried to split this into an array using split('|') but what it returns is this
["2478\u00052477\u0005147"]
, so how do I split what returns the multiselect?