In a Mock service, only the Initial variable is always used but I need the Current value

Ahhh I see now. Yeah, I don’t think you can pass ‘current’ variables to a mock server;
(If anyone wants to correct me on this, I’d be really intrigued by the solution).

There is a thread here with a similar scenario;

And in here they discuss;

That got me thinking along the right track and it ALL came clear … the current variables CAN’T be shared with the mock server cause they aren’t serialized or stored on the postman servers.