0
Correct following lines in your above code I. E. for (var i in result) { var data = result[i]; To following I. E. foreach (var i in result) { var data = i;
Also your property is "HREmpId" in the snippet not "HREmpID" which you have used in the html code.
Accepted 0
Okay, I found that's a silly spelling mistake. Thanks for it.It's working now.
0
Okay, here is the json response of list....
0
Kindly share snippet of debugging with JSON version of your list response.