Are you able to share an image of how that looks in your Postman instance, please?
To resolve the variable value you would need to use the .replaceIn('{{var_name}}') function. As everything that’s stored in the environment file is a string, without resolving it correctly, you’re just going to get that string value back.