# New Item Added to Queue

> `UiPath.Core.Activities.QueueTrigger`

`UiPath.Core.Activities.QueueTrigger`

## Description

This activity is the first activity in your workflow and the only trigger you use. It starts a job whenever a new item enters the specified queue.
:::note
When publishing a process containing this activity, the Orchestrator location selected in the Studio status bar must match the location of the selected queue.
:::

## Project compatibility

**Windows | Cross-platform**

## Windows, Cross-platform configuration

* **Queue name**—The name of the queue where the item was added. Selecting **Manage queues** redirects you to the **Queues** page of the connected Orchestrator instance.
  :::important
  In Studio Web, the New Item Added to Queue activity can only access the queues in your Personal Workspace. In contrast, in Studio Desktop you can change the folder context through the folder selection option.
  :::

**Output**
* **Transaction Item**—Reference to the new queue item.
* **Specific Data**—This property becomes available for queues that have a [schema definition](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/about-queues-and-transactions#schema-definitions). Allows you to access the properties from the **Specific Content** schema of the queue. 
  
  If you applied a new schema version to the queue, select **Refresh** to retrieve the latest changes.
