+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"));

...