LogoLogo
HomepageYouTube ChannelInstall from the AppExchange
  • Home
  • Dynamic Components
  • Flow Components
  • Experience Components
  • Projects
  • đź‘‹Welcome
  • Getting Started
    • Product Tour
    • Quickstart Tutorial
    • Understanding The Essentials
      • Component Builder
      • Component Visibility
      • Target Page Object
      • Using Variables and Component Data
      • Publishing your Dynamic Components
      • Dynamic vs. Flow Components
    • Avonni Components App
      • Accessing the App
      • Folders
      • Templates
      • Version management
    • AppExchange Listing Page
    • Installation & Licenses Management
  • Tutorials
    • Projects
    • Components
      • Calendar
        • How to Create Events Quickly by Dragging
        • How to Add an Edit Action to Calendar Events
        • How to Add a New Event Button to the Calendar Header
        • How to Customize the Right-Click Menu
        • How to Reschedule Events with Drag and Drop
      • Columns
        • Creating a Responsive 3-Column Layout
      • Data Table
        • How to customize Data Table style
        • How to make a field editable
        • How to add clickable buttons
        • How to color-code badges
        • How to export data
        • How to configure search
        • How to set columns visibility
      • Kanban
        • Saving Changes on Drag-and-Drop
      • List
      • Metric
      • Record Detail
        • Saving Changes
    • Interactions
      • How to create an interaction to navigate to an object page
      • How to create an interaction to navigate to a record page
      • How to Pass Multiple Selected Records from a Dynamic Component to a Screen Flow
    • Reactive Components
      • Reactive Map and Data Table
      • Master-Detail Relationship with Data Tables
      • Vertical Tabs with Reactive Data Table
    • Style
      • How do you add space or a break between sections or fields?
    • Tips and Tricks
      • Using the Dynamic Component component
  • Component Builder
    • Overview
    • Configuring Components
      • Properties
      • Fields
      • Style
    • Data & Interactions
      • Data Sources
        • Manual
        • Picklist
      • Resources
        • Constant
        • Formula
        • Nested Queries
        • Query
        • Variable
      • Interactions
        • CRUD from Record Variable
        • Download
        • Execute Flow
        • Navigate
        • On Load
        • Open Alert Modal
        • Open Confirm
        • Open Dynamic Component Dialog
        • Open Dynamic Component Panel
        • Open Flow Panel
        • Open Flow Dialog
        • Show Toast
    • Advanced Topics
      • Undo / Redo
      • Copy and Paste
      • Keyboard Shortcut
  • Components
    • Explore All Components
    • Accordion
    • Alert
    • Audio Player
    • Avatar
    • Avatar Group
    • Badge
    • Barcode
    • Blockquote
    • Button
    • Button Group
    • Button Icon
    • Button Menu
    • Button Stateful
    • Calendar
    • Camera 🆕
    • Card
    • Carousel
    • Chart
    • Checkbox
    • Checkbox Button
    • Chip Container
    • Color Picker
    • Columns
    • Combobox
    • Container
    • Counter
    • Data LWC Container
    • Data Table
    • Date Picker
    • Date
    • Date Range
    • Dual Listbox
    • Dynamic Component
    • Formatted Address
    • Formatted Name
    • Formatted Value
    • Header
    • Icon
    • Icon Picker
    • Illustration
    • Image
    • Input Color
    • Input Date
    • Input Pen (Signature)
    • Input Text
    • Kanban
    • List
    • LWC Container
    • Map
    • Media Object
    • Metric
    • PDF Viewer
    • Pivot Table
    • Progress Bar
    • Progress Circle
    • Progress Indicator
    • Rating
    • Record Detail
    • Relationship Graph
    • Scope Notification
    • Section
    • Separator
    • Slider
    • Status
    • Tabbed Container
    • Tabs
    • Text
    • Text Area
    • Timeline
    • Toggle
    • Tree
    • Vertical Visual Picker
    • Video Player
    • Visual Picker
    • Visual Picker Link
  • Help
    • Contact Support
    • Security
    • Performance Guide
    • Deployment Process
    • Release Notes
    • Report Bugs
Powered by GitBook
LogoLogo

Company

  • About Us
  • Pricing

Policies

  • Privacy Policy
  • Terms of Service
On this page
  • Setting Up Your Counter
  • Step 1: Add the Counter
  • Step 2: Configure the Basics
  • Step 3: Customize Behavior
  • Step 4: Add Help and Style

Was this helpful?

  1. Components

Counter

Setting Up Your Counter

Step 1: Add the Counter

This is where you bring the Counter into your Flow and give it an identity. Naming it and labeling it sets the stage—making it easy to track in your Flow and clear for users to understand what they’re adjusting

  • API Name: Give it a unique identifier, like Counter1, to reference it in your flow.

  • Label: Add a descriptive label, such as “Quantity” or “Score,” to show users what the counter controls.

Step 2: Configure the Basics

These settings define the Counter’s starting point and how users can interact with it. It’s like setting the rules of the game—where it begins and how it’s played—so it matches your use case from the moment it loads

  • Value: Set the starting number (default is 0). Example: Start at 5 for a pre-filled quantity field.

  • Mode: Choose how users interact with it:

    • Input: Allows typing and button adjustments (default).

    • (Assumed Option) Buttons Only: Limits to increment/decrement buttons (if available).

  • Type: Stick with Number for numeric values (default).

Step 3: Customize Behavior

This step shapes how the Counter moves and limits what users can do with it. It’s like setting guardrails and speed controls—making sure the number changes in a way that’s useful and stays within bounds for your scenario

  • Step: Define how much the value changes per click (default is 1). Example: Set to 0.5 for half-step increments.

  • Fraction Digits: Control decimal places (e.g., 2 for values like 10.25). Leave blank for whole numbers.

  • Min: Set the lowest allowed value (e.g., 0 to prevent negatives).

  • Max: Set the highest allowed value (e.g., 100 to cap the count).

  • Required: Toggle this on if users must enter a value before proceeding.

Step 4: Add Help and Style

This final touch makes the Counter clearer to use and better-looking in your Flow. Adding help guides users, while styling fits it into your design—polishing it from functional to professional.

  • Field Level Help: Add a tooltip or hint (e.g., “Enter a number between 0 and 100”).

  • Variant: Pick a visual style:

    • Standard: Clean and simple (default).

    • (Assumed Option) Compact: Smaller footprint for tight layouts (if available).

Last updated 2 months ago

Was this helpful?