Cannot use dynamic variables in mock server

When I try using dynamic variables in a Postman mock server, it will correctly show the dynamic variable in the body response.

However, when I go to my mock server and then just the response body once again, it will just say the dynamic variable name. For instance, when I use $randomUUID, I might get a value of f78c-djj3… and so on. But when I check the response body in the mock server logs, all I get is $randomUUID. I want to be able to see randomized input. Any ideas on how to get this to appear?

Hi @abkick. Welcome to the Postman Community.

Can you share a screenshot of what you’re trying to describe? I’m not sure I understand it clearly.

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