Hello,
I am trying to get all items from one list and loop through the items of that list using ECMA Script, now i want to query another list in this loop for each list item of first list. How can i do this using ECMA Script. Will query another list for each list item in loop create problems due to Async call?