Facing issue in forwarding the request approval through Workflow

Hi All,
I am trying to forward an access request through workflow making use of HTTP request making use of below API call “https://tenantname.api.identitynow.com/v3/access-request-aprovals/$.loop.loopInput.id/forward
$.loop.loopInput.id is holding the value of approval id any recommendation on how to pass the approval id as variable in the workflow to forward the access request.

Thanks,
Suresh

@apparassuresh

Try this

https://tenantname.api.identitynow.com/v3/access-request-aprovals/{{$.loop.loopInput.id}}/forward

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.