General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Valentin Despa
comments
Comments by "" (@paneerselvam3682) on "Loop request based on data from response in Postman" video.
Hi sir.. can we pass an entire response of a get call as a body to the next post api call?
1
Hi Sir, we are getting an array of values and passing one by one in the next request using shift function... Is there a possibility to pass the value in the reverse order? I mean if I have an array of values [12345] then i have to pass 5 in the first request and 4 in the second run. Can you please help me?
1
@vdespa Thank you very much 👍
1
Hi sir.. can we pass an array of values as query param in postman... For each of the value in array i will have the decoded value in the response. Can i get those values as array. For eg i have array ["Arun","Kumar","Raj"].. for each of this value.. i will have a decoded value in response. I have to get those values in another array. Could you please help with this. 🙂
1
Hi Sir, I have two clarifications. 1. If I get a array [1,2,3] in a response how to pass the array in another request as [3,2,1]. 2.. If I get a array [1,2,3] in a response how to pass the array in another request as [ 1, 2, 3 ].
1
Hi Sir, I am having a post request in my collection. When I run the entire collection I need that particular request to be repeated 10 times. So now as per your method i can call that request 10 times, once it is done will the next request in the collection will be continued? Or this statement postman.setNextRequest(null) will stop the collection run?
1