Thanks @margocbain, @liamkokeeffe . I have used below query to get only the requestable roles. It is working fine in Postman if I give the identity Id value manually. But it’s not working inside the loop. It’s not able to get the identity Ids inside the loop. (FYI…I can see the Identities Ids being passed as loop input)
@colin_mckibben Appreciate your help here.
{"indices":["identities"],"query":{"innerHit":{"query":"revocable:true AND type:ROLE","type":"access"},"query":"id:\"{{$.loop1.loopInput.id}}\""}}
