please correct this code
how can i use this code with multi selection
please correct this code to get data from more than col
//Note: you should replace "SelectedPosition" with your lsv name.
var selected = localStorage.getItem("SelectedPosition");
var whereObject = {"Name": selected};
return JSON.stringify(whereObject);