/
Increment Counter

Increment Counter

Takes a chosen field in the flow and simply counts to a table how many times each item passing through the field occurs. This information can then be viewed in the Cache Management view.

 

Increment Counter increments up based on your selected increment value. To reset the counter a Reset Counter Public Template is available. To read the data out into a Rule a Read Counter Public template is available.

 

Input Data

Field

Description

Example

Field

Description

Example

Key

The “field” that is counted by the counter

Category

Increment

If mapped to a field will take the increment value from a field in the Rule.

2

Configuration

Standard Field Mapping allowing any field to be mapped and counted by the this Public Template.

Field

Description

Example

Field

Description

Example

columnName

The name of the column to store the count in.

count (Default)

count

The amount to increment the counter by

1

tableName

The name of the table to store the counts in. This should be changed with each different item being counted so the data is not mixed.

counter

Processing

Takes a chosen field in the flow and simply counts to a table how many times each item passing through the field occurs.

Output Data

No new output fields are created.

Field

Description

Example

Field

Description

Example

 

 

 

Related content