Increment or Decrement Action
Increases or decreases an integer value in your HTML.
The action modifies either the text content of an element or a specified attribute. It only works with integers and is ideal for counters, quantity controls, or similar numeric updates.
Action Settings
Option | Default | Type | Description |
Mode | None | Dropdown Selection | Specifies whether the number should be increased or decreased. Increment: Adds 1 to the current number. Decrement: Subtracts 1 from the current number. |
Property To Be Updated | None | Text Field | Defines which part of the element should be updated: Leave blank to modify the text content of the element. Enter an attribute name to update that specific attribute instead. |
Applied To
Select the source element where the action will originate. This determines which block or element will perform the specified action when triggered.