Purpose: Add an environment variable.


Properties


  • Name: Key
    • Type: String
    • Direction: in
    • Purpose: Environment variable name


  • Name: User
    • Type: String
    • Direction: in
    • Purpose: User which own the variable


  • Name: Value
    • Type: String
    • Direction: in
    • Purpose: Initial value of variable


  • Name: Result
    • Type: Boolean
    • Direction: out
    • Purpose: True if the variable has been created, False otherwise.


Remark: if a new environment variable is added for a certain user and the rest of users does not have it, FormWork will create that new variable for each user who logon and does not have it.