Skip to main content
Helpers are built from fields that capture different types of data. This reference covers all available field types and how to configure them.

Field Types Overview

Text

Free-form text input

Number

Numeric values with optional formatting

Date

Date picker

DateTime

Date and time combined

Time

Time of day

Select

Dropdown with predefined options

Checkbox

Yes/no toggle

Image

Photo upload with Smart Scan

Calculated

Auto-computed from other fields

Text Field

Free-form text input for names, descriptions, notes, and other text data. Configuration Options:
OptionDescriptionDefault
RequiredMust have a valueNo
PlaceholderHint text shown when emptyNone
Max lengthCharacter limitNone
Best for: Names, descriptions, notes, locations, comments

Number Field

Numeric input with optional formatting for currencies, units, and precision. Configuration Options:
OptionDescriptionDefault
RequiredMust have a valueNo
PrefixText before number (e.g., ”$“)None
SuffixText after number (e.g., “kg”)None
Decimal placesPrecision0
Min valueMinimum allowedNone
Max valueMaximum allowedNone
Best for: Amounts, quantities, measurements, ratings, scores
Use prefix for currencies (”$”, ”€”) and suffix for units (“km”, “lbs”, “hrs”).

Date Field

Date picker for selecting a specific day. Configuration Options:
OptionDescriptionDefault
RequiredMust have a valueNo
Default to todayPre-fill with current dateNo
Min dateEarliest selectableNone
Max dateLatest selectableNone
Best for: Due dates, birthdays, event dates, purchase dates

DateTime Field

Combined date and time picker for precise timestamps. Configuration Options:
OptionDescriptionDefault
RequiredMust have a valueNo
Default to nowPre-fill with current date/timeNo
Best for: Appointments, deadlines, event start times, log timestamps

Time Field

Time-only picker for recurring daily events. Configuration Options:
OptionDescriptionDefault
RequiredMust have a valueNo
Format12-hour or 24-hourBased on locale
Best for: Wake times, medication schedules, daily routines

Select Field

Dropdown menu with predefined options. Configuration Options:
OptionDescriptionDefault
RequiredMust select an optionNo
OptionsList of choicesEmpty
Allow customLet users add new optionsNo
Defining Options: Options are defined as a list of values:
Option 1
Option 2
Option 3
Best for: Categories, statuses, ratings (1-5), types, priorities
Use select fields for consistency. If you need users to pick from specific values, select is better than free text.

Checkbox Field

Simple yes/no toggle for boolean values. Configuration Options:
OptionDescriptionDefault
Default checkedStart as checkedNo
LabelText shown next to checkboxField name
Best for: Completed/not completed, yes/no questions, opt-ins, confirmations

Image Field

Photo upload with optional Smart Scan for automatic data extraction. Configuration Options:
OptionDescriptionDefault
RequiredMust upload imageNo
Smart ScanEnable AI extractionNo
Scan typeReceipt, product, documentReceipt
Smart Scan Types:
Extracts: Total amount, merchant name, date, payment method
Extracts: Product name, brand, price, barcode data
Extracts: Text content, document type, key fields
Best for: Receipt tracking, product logging, document archival
Smart Scan requires a Starter plan or higher and uses AI credits.

Calculated Field

Automatically computed value based on formulas referencing other fields. Configuration Options:
OptionDescriptionDefault
FormulaCalculation expressionRequired
FormatHow to display resultNumber
Formula Examples:
FormulaDescription
{price} * {quantity}Multiply two fields
{total} / {count}Divide fields
{weight} * 2.205Convert kg to lbs
{subtotal} * 1.1Add 10% tax
Best for: Totals, averages, conversions, derived values
Calculated fields are read-only. Users cannot edit the value directly.

Common Configuration

All field types share these options:
OptionDescription
Field nameLabel shown to users
Field IDInternal identifier (auto-generated)
RequiredWhether the field must have a value
Help textExplanation shown below the field
HiddenHide from entry form but keep in data

Field Order

Drag and drop fields in the helper editor to reorder them. The order affects:
  • Entry form layout
  • List view display
  • Voice input parsing priority
  • Report column order

Best Practices

Each field should capture one piece of information. Don’t combine multiple values in one text field.
Numbers as Number fields, dates as Date fields. Avoid storing everything as text.
Default to today’s date, pre-check common options, use placeholders to guide input.
Require the fields that are essential for the entry to be meaningful.