# Batch Edit

Batch Edit allows you to modify multiple nodes in an RPA template at once, saving time when you need to apply the same changes across your workflow.

## Overview

When building complex RPA workflows, you may need to update parameters across many nodes simultaneously. Instead of editing each node individually, **Batch Edit** lets you select and modify multiple nodes in a single operation.

![](/assets/batch-edit.7e0bf24832cf49196aa44e3f5ab4a24478bcad064292b7c8442f6b31a483e6c8.daabf79d.png)

## How to Use

1. Open your RPA template in the template editor
2. Click the **Batch Edit** button in the toolbar
3. Select the nodes you want to modify (you can select by node type or manually)
4. Edit the shared parameters — changes will apply to all selected nodes
5. Click **Save** to apply the changes


## Supported Operations

| Operation | Description |
|  --- | --- |
| **Edit Parameters** | Modify shared parameters across selected nodes |
| **Change Timeout** | Update the timeout value for multiple action nodes at once |
| **Update Delay** | Set the delay-after-action value for selected nodes |
| **Replace Variables** | Swap variable references across multiple nodes |


## Tips

- **Select by node type**: You can quickly select all nodes of a specific type (e.g., all "Find Element" nodes) to batch-update their timeout values.
- **Preview before saving**: Review the changes in the batch edit panel before applying to ensure correctness.
- **Undo support**: If the result is not as expected, use undo (Ctrl+Z / Cmd+Z) to revert the batch edit.


## Related

- [Custom Template](/rparobotic-process-automation/02-using-rpa/01-custom-template)
- [Nodes Overview](/rparobotic-process-automation/02-using-rpa/05-nodes)