# Get environments

> Get Environments action reference for the Workato connector, which returns environments from a Classic Folder Orchestrator connection.

The **Get Environments** action returns the list of environments from your UiPath Orchestrator tenant.
:::warning
This action is only applicable when the **Connection** is to a **Classic Folder**. This can be set when configuring a [Workato Connection](https://docs.uipath.com/add-ins/other/latest/user-guide/workato-connection#connection). The folders have to be created in the Orchestrator before you can connect to them.

Classic Folder will be deprecated in the near future, so we do not recommend making use of them anymore.
:::

## How it works

The following steps are an example of how to configure the action and describes the input and output properties.

1. Complete the [Setup](https://docs.uipath.com/add-ins/other/latest/user-guide/workato-setup#setup) steps.
2. On your recipe, place the **Get Environments** action.

## Output properties

The list of properties returned from the action.

| Properties | Data Type |
| --- | --- |
| **Environment List** | `Environment[]` |
| **List Size** | `Number` |
| **Index** | `Number` |

### Environment

The list of properties in each Environment item.

| Properties | Data Type |
| --- | --- |
| **ID** | `Number` |
| **Name** | `String` |
| **Description** | `String` |
