Hi there,
I’m using dynamic variables in my mock responses and ran some tests with the example I created. The response shows the expected values correctly. However, when I check the mock calls history in the mocks section and open the response there, it displays {productUID: "{{$guid}}", Message: "Successfully Created/Updated"}
instead of the actual value used in the mock response. I also tried using the mock call API but got the same result.
Is there a way to see the actual value in the call history?
Thanks!