# Editing Transactions

> From the **Transactions** window you can edit the details of an individual queue item, or clone that item entirely. This is helpful for changing the priority or deadline of a transaction to respond to business needs, or editing the data input for failed transactions before retrying them.

From the **Transactions** window you can edit the details of an individual queue item, or clone that item entirely. This is helpful for changing the priority or deadline of a transaction to respond to business needs, or editing the data input for failed transactions before retrying them.

:::note
Editing is available for transactions with status **New**, **Failed**, or **Abandoned**, while cloning is available for transactions with status **New**, **Failed**,**Successful**, or **Abandoned**.
:::

## Editing a Transaction

To edit an individual queue item, follow these steps:

1. Click the **More Actions** button for the desired transaction. The **More Actions** menu appears.
2. Select **Edit**. The **Edit queue item** window is displayed:

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-226735-06f09334.webp)
3. The editable fields and their descriptions are:

   | Field | Description |
   | --- | --- |
   | **Transaction priority** | The processing priority level of the transaction, can be set to **Low**,**Normal**, or **High**.The priority is only editable for queues with **disabled** SLA predictions. If SLA predictions are enabled, the priority is set to **High** by default. |
   | **Postpone date and time** | Enter the earliest date and time at which the transaction is available for processing. |
   | **Deadline date and time** | Enter the latest date and time at which the transaction should be processed. |
   | **Specific data** | Select **download as JSON** to obtain a file of the transaction item's specific data, for review and editing. The edited file, or an entirely new one, can replace the current transaction data via the **upload JSON and override** button.The file cannot contain any arrays. |
   | **Transaction progress** | Populated according to the [progress property](managing-queues-in-studio.md#adding-a-custom-progress) defined in Studio. You can **Keep transaction progress** as is, or **Reset transaction progress** by selecting the corresponding radio button. |
4. Click **Save** to apply your edits to the transaction.

## Cloning a Transaction

To clone an individual queue item, follow these steps:

1. Click the **More Actions** button for the desired transaction. The **More Actions** menu appears.
2. Select **Clone**. The **Clone queue item** window is displayed:

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-226643-a21f0ccb.webp)
3. The editable fields and their descriptions are:

   
   <colgroup>
   <col/>
   <col/>
   </colgroup>
   
   
   
   Field
   
   
   Description
   
   
   
   
   
   
   Transaction Reference
   
   
   A unique identifier for the queue item. This key can be used in Elasticsearch to look for a specific item and view its logs.
   
   
   
   
   Transaction priority
   
   
   The processing priority level of the transaction, can be set to Low,Normal, or High.
                                          
   The priority is only editable for queues with disabled SLA predictions. If SLA predictions are enabled, the priority is set to High by default.
                                          
   
   
   
   
   Postpone date and time
   
   
   Enter the earliest date and time at which the transaction is available for processing.
   
   
   
   
   Deadline date and time
   
   
   Enter the latest date and time at which the transaction should be processed.
   
   
   
   
   Specific data
   
   
   Select download as JSON to obtain a file of the transaction item's specific data, for review and editing. The edited file, or an entirely new one,
                                             can replace the current transaction data via the upload JSON and override button.
                                          

   
   The file cannot contain any arrays.
   Back slashes are not supported.
   

   
   
   
   
4. Click **Create Queue Item** to save the cloned transaction.
