Use this action to set, increment, or decrement a Switchboard Counter.
- API endpoint slug
- switchur.update_switchboard_counter
- Filter code method
- Switchur.updateSwitchboardCounter.skip(string?: reason)
- Runtime method
- runAction("switchur.update_switchboard_counter", {})
Action fields
- Label
- Which Counter do you want to update?
- Slug
- switchboard_counter_item
- Required
- true
- Can have default value
- false
- Label
- How do you want to update it?
- Helper text
- You can add, subtract or assign a number to your counter.
- Slug
- operation
- Required
- true
- Can have default value
- true
- Filter code method
- Switchur.updateSwitchboardCounter.setOperation(string: operation)
- Label
- By number?
- Helper text
- Enter the number you want to add, subtract or assign to your counter. A maximum of two decimal places.
- Slug
- number
- Required
- true
- Can have default value
- true
- Filter code method
- Switchur.updateSwitchboardCounter.setNumber(string: number)