Resolved! How to pass an array into an email notification with a new line
Hello Team, I have two arrays where I am using diff to get the difference and push it into another array as below. arr_diff = arrayUtil.diff(arr1, arr); The values comes up like this as below. arr_diff = test1,test2,test3,test4 With the help of b...