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?