HTTP Get Request failure

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?

@SajidM

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

Hope this may help you

Thanks,
Srini

Feeling so dumb, I tried with delay of 20 seconds and it worked.

1 Like

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