+1 vote
in POSTMAN by
How do you log variable values in Postman?

1 Answer

0 votes
by

Postman allows to log the variable values in Postman in the console by using the following command:

console.log(pm.variables.get("madanswer"));

Related questions

+1 vote
asked May 20, 2021 in POSTMAN by sharadyadav1986
+1 vote
asked Jan 29, 2023 in POSTMAN by john ganales
...