Kreya icon indicating copy to clipboard operation
Kreya copied to clipboard

Resolving some Windows environment variables.

Open AFract opened this issue 7 months ago • 3 comments

Hello,

Under Windows, to authenticate to a certain service, I need to send the windows network username. I would like to be able to resolve it as it's returned for example when calling the .Net "Environment.UserName" property (I know Kreya is in .Net so you can easily figure how it's computed).

Is it possible to do this in Kreya with {{ }} syntax ? I didn't find it in documentation if it's already supported, sorry.

Of course I could store it hard-coded in a Kreya environment variable, but it's not convenient for a shared Kreya project between several users.

Thank you

AFract avatar Jul 02 '24 09:07 AFract