I am running a POST and a GET request in a workflow
First I am performing a POST request and using its response, I am creating URL for second request which is GET.
This GET request fails every time, when I run both them one after another in same workflow
However, If I provide that same URL created by first request and run GET request separately it works perfectly. I have spent hours, deleting and creating new variables and workflow but not able to solve this issue, any help?
It’s better if you give some screenshot or Error message to see the issue
Also, check some writeline between POST and GET, so that you can see the POST request is giving output correctly and passing that output to GET correctly
Also check if there is any delay required between those two requests