Counters
This document details the Counters interface in the IBM RPA Control Center.
Description
On the Counters page, you can manage project counters. Counters are exclusively used in dashboards to represent quantitative values. Scripts can set and update these values during runtime by using the Update Counter (updateCounter) command.
Before you begin
Creating counters
The following procedure describes how to create counters:
- Click the Create Counter button.
- In Counter Name, enter the name of the counter. The name is the counter's unique identifier.
- In Description, enter a brief description of the counter's function.
- In Project Name, select the project that the counter will belong to.
- Click Create.
Editing counters
The following procedure describes how to edit counters:
- On the desired counter, click the vertical ellipsis button ⋮ > Edit.
- In Counter Name, enter the name of the counter. You also must update the name in scripts that use this counter.
- In Description, enter a brief description of the counter's function.
- In Project Name, select the new project that the counter will belong to.
- Click Save.
Deleting counters
The following procedure describes how to delete counters:
- On the desired counter, click the vertical ellipsis button ⋮ > Delete.
- Click Delete to confirm.
⚠ Attention: Deleting a counter is a permanent operation that cannot be undone later.