Hi,
I am trying to call an API using HTTP request.
I need to pass a different parameter which is stored as a variable.
From the screenshots - The For Each loop has the variable (item) which I need to pass to the End Point.
The End Point looks like this - 访问错误-404 cholecy.json.
So from the above the URL I need to replace “lap cholecy” with the variable “item” inside the loop. I tried using item.toString inside the body section, it didn’t work. I also passed item.toString as a parameter, it didn’t give me the result.
Kindly help.
Thanks,
Manu