How to parse postman 'Body' response into next URL

1.I run the GET URL to download the csv value (EX: username.csv)
2. Those csv values are print in postman ‘BODY’ tab

  1. I want to know how to use these data for my next URL ( Ex: get one user name and parse that value into next URL pre-request tab)

Thank You

Hey @yashodhal :wave:

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?

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

1 Like

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