Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Counter connector methods

The Counter connector methods increment, decrement, or reset integers as part of an automation Workflow in RPA Desktop Design Studio. All methods have properties that you can update.

Up

Increments an integer by the value that you specify.

To provide input, see Configure port properties.

ParameterDescriptionData port typeData typeDefault valueMandatory?
ValueCustom integer valueData InInteger1Yes

To view or update the properties, see Counter method properties.

Down

Decrements an integer by the value that you specify. The default integer is 1.

To provide input, see Configure port properties.

ParameterDescriptionData port typeData typeDefault valueMandatory
ValueCustom integer valueData InInteger1Yes

To view or update the properties, see Counter method properties.

Value

Returns the value after incrementing or decrementing an integer in the Up or Down methods.

Note: You must execute the Up or Down method before executing the Value method.

ParameterDescriptionData port typeData typeDefault valueMandatory
ReturnIncremented or decremented valueData OutInteger0Yes

To update the properties, see Counter method properties.

Reset

Resets the current value in the Value method to null.

Note: You must execute the Reset method after executing the Value method.

To view or update the properties, see Counter method properties.

Example

The following example shows the use of the Counter connector methods.

Image omitted: counter-connector-illustration.png
Counter connector methods.

Parent Topic:Counter