Thanks, it seems you are doing some work to get the uniqueIds, but still iterating over the original data ... not sure if that is the issue, but my approach would be to write some tests make sure fetchResults is called the number of times you expect it to be.Also, your promises array might not be w...