1.I run the GET URL to download the csv value (EX: username.csv) 2. Those csv values are print in postman ‘BODY’ tab
Thank You
Hey @yashodhal
What have you tried so far? What isn’t working?
Have you looked at getting that data using pm.response.text() and creating a variable to use in the next request?
pm.response.text()
Hi @danny-dainton , Thank you for your response. I try you mentioned option pm.response.text(). It’s work I expected. Before this, I try to pm.response.json() . That’s why I didn’t get my expected result. Again, thank you for your response
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.