Dear All,I have few fields in my Form which comes as below.field a = test1|test2|test3now i have splitted that with " | " but i when i try to add that in table only first line shows up. Code :var prBatchTable = prBatch.formattedValue.split("|");if (prBatchTable[0] != "") {for (i = 0; i < prBatchTab...