Hi All,
I have a String "James,Jack,Daniel,Bharathiyar" which I want to convert to List using delimiter "," and add the converted array needs to be added as individual values of ListBox Control.
I am using Collect(toValue,Split("James,Jack,Daniel,Bharathiyar",","));
toValue is the DataType of Table and assigned to Items property of ListBox