Hello,
In our workflow we are noticing that data from the outer step is not being flowed to Loop step. Below is the data from Step 1: “HTTP Request” which we have received and tested the same using webhook site
You can already access the identity ids in your body from your loop input variable. I don’t think passing it in to the context will help much since you wont have an easy way to traverse the context array in the loop anyways.
I suggest accessing the identity id using $.loop.loopInput.id. Let me know if that solves your issue!