Parameters
This document details the Parameters interface in the IBM RPA Control Center.
Parameters are global variables that can be used in any script. Use the Get Parameter (getParameter
) or the Get Parameters (getParameters
) commands.
You can create, view, edit and delete parameters in this page.
Create parameter
The following procedure details how to create parameters:
- Click the New Parameter button.
- In Key, enter a unique name to the parameter.
- In Value, assign a value to the parameter. You can set any value to this parameter.
- Click Create.
Edit parameter
The following procedure details how to edit parameters:
- On the desired parameter, click the vertical ellipsis button ⋮ > Edit Parameter.
- Change the assigned value in the Value field.
- Click Save.
Note:You cannot change the parameter's name after creating it.
Delete parameter
The following procedure details how to delete parameters:
- On the desired parameter, click the vertical ellipsis button ⋮ > Delete.
- Click Delete to confirm.
Note:Deleting a parameter is a permanent operation that cannot be undone later.