I have requirements to show gis attributes of multiple points in one single popup. I explored IdentifyTask and it works fine if I have single map point to pass in. Let's say if I have multiple points on multiple layers then is there any support from JS API? I can probably use IdentifyTask in for loop and wait for all responses to come. But wondering if there is a better way. Also, I am not sure if IdentifyTask can work in this scenario, any example?