Hi @Veenadevi
Looking at that screenshot, it doesnโt pick up the other variable either.
Are you sure that the collection and environment UIDs you are using are correct?
I just tried it myself using a basic example and it worksโฆ
It seems your initial value of the environment variable is empty because of which Postman CLI is picking up empty value for your variable.
Postman CLI relies on the initial values of your variables that is stored in Postman. The current values are like session values and we do not store them on our Db.
Read more about initial and current values of variable here: Using variables | Postman Learning Center