Can I use pm.sendRequest to send request synchronously ? or turn asynchronous mode?

I know it always sends asynchronously. Can we use pm.sendRequest to send requests synchronously. Can we turn off the asynchronous sends in our test.
I want to send 2nd request only after 1st request is successfully completed and response is received.
send 3rd request only after 2nd request is successfully completed and response is received as they have dependency

3 Likes