we are reading using the Environment variable in the canvas power apps using the below code
Set(
varSecurityGroupI,
LookUp(
'Environment Variable Values',
'Environment Variable Definition'.'Display Name' = "SecurityGroupId"
).Value
)
But using the above I am able to read only the Current Value.
I would like to know if is there any way to read the Default value of the environment variable.