show / hide menu

Sub Activity – Environment

Environment includes activities for accessing and managing environment variables, system settings, and configurations to ensure seamless automation execution across different system environments.

The Environment activity has the following sub activities:

Beep: This activity can be used to generate a beep sound to notify or indicate a user about an automation.

Get Environment Folder: This activity gets the path of the specified system folder.

Input Properties:

  • SpecialFolder: Select the special system folder for which the path will be retrieved. Or Choose the system special folder to retrieve its path.

Output Properties:

FolderPath: Returns the path of the specified SpecialFolder.

Get Environment Variable: This activity returns the content of the specific variable from the environment.

Input Properties:

  • VariableName: Specify the name of the environment variable to retrieve.

Output Properties:

  • Value: Returns the value of the specified environment variable.