Time: 15 minutes | Level: Intermediate
Prerequisites: Create Your First Helper
Prerequisites: Create Your First Helper
What You’ll Learn
- Navigate helper settings and the customization interface
- Choose the right field type for each piece of data
- Configure required fields, defaults, and validation
- Customize appearance with icons, colors, and themes
- Set up widgets to visualize your data
Accessing Helper Settings
There are two ways to customize a helper:- From Helper View
- From Home Screen
- Open your helper
- Tap the gear icon in the top-right corner
- Select Customize Helper
Field Types Deep Dive
Every piece of data you track needs the right field type. Here’s when to use each:Text Field
Text Field
Best for: Names, notes, descriptions, locationsOptions:
- Single line (default) - short entries
- Multiline - longer notes, descriptions
- Placeholder text - example input
- Store name in expense tracker
- Meeting notes
- Recipe instructions
Number Field
Number Field
Best for: Amounts, quantities, measurementsOptions:
- Decimal places (0, 1, 2)
- Prefix (e.g., ”$”, ”€”)
- Suffix (e.g., “kg”, “miles”, “hrs”)
- Min/max values
- Expense amount with ”$” prefix
- Weight with “kg” suffix
- Quantity with no decimals
Select Field
Select Field
Best for: Categories, status, predefined optionsOptions:
- Single select (choose one)
- Multi-select (choose multiple)
- Custom option colors
- Allow “Other” option
- Expense category (Food, Transport, Entertainment)
- Mood rating (Great, Good, Okay, Bad)
- Tags on a note
Date & Time
Date & Time
Best for: When something happened or will happenOptions:
- Date only
- Date and time
- Time only
- Default to “now”
- Expense date
- Appointment time
- Deadline
Checkbox
Checkbox
Best for: Yes/no, done/not done, true/falseOptions:
- Default checked or unchecked
- Custom label
- “Paid?” on an expense
- “Completed?” on a task
- “Recurring?” on a bill
Slider Field
Slider Field
Best for: Scales, ratings, levels (1-10)Options:
- Min and max values
- Step increments
- Label presets (Mood, Pain, Energy)
- Show emoji feedback
- Mood rating (1-5 with emojis)
- Pain level (0-10)
- Energy level
Image Field
Image Field
Best for: Photos, receipts, screenshotsOptions:
- Camera or gallery
- Enable Smart Scan for extraction
- Receipt photo
- Progress photo
- Document scan
Managing Fields
Adding a New Field
Reordering Fields
The order of fields affects:- How the entry form appears
- Which field shows first in list view
- Natural language parsing priority
Required vs Optional Fields
- Required fields must be filled before saving an entry
- Optional fields can be left empty
- The data is essential (e.g., amount in expense tracker)
- You need consistent data for reports
Default Values
Default values pre-fill fields when creating new entries. Use them for:| Scenario | Default Value |
|---|---|
| Today’s date | Current date/time |
| Common category | Most-used option |
| Standard quantity | ”1” |
| Recurring location | Your usual place |
- Open field settings
- Find Default Value
- Enter the value or select an option
Helper Appearance
Make your helper visually distinctive and easy to find.Icon & Color
Naming Tips
- Keep names short (2-3 words max)
- Be specific: “Work Expenses” not just “Expenses”
- Use action words: “Track Sleep” or “Log Meals”
Widget Configuration
Widgets display summaries of your data on the helper’s main screen.Available Widget Types
| Widget | Shows | Best For |
|---|---|---|
| Total | Sum of a number field | Expenses, hours, quantities |
| Counter | Number of entries | Habit streaks, daily counts |
| Chart | Visual trends over time | Spending patterns, progress |
| Recent | Latest entries | Quick reference |
| Streak | Consecutive days | Habits, consistency |
Adding Widgets
Exercise
Practice: Enhance Your Expense Tracker
Take your expense tracker from the beginner tutorial and level it up:
-
Add a “Payment Method” field (Select type)
- Options: Cash, Credit Card, Debit Card, PayPal, Other
-
Add a “Recurring” field (Checkbox type)
- Default: unchecked
- Make “Amount” required but keep other fields optional
- Set a default category to your most common expense type
- Add a “Monthly Total” widget showing sum of amounts this month
- Change the icon and color to something distinctive
Key Takeaways
Troubleshooting
I can't find a field type I need
I can't find a field type I need
Most data can fit into existing types with creative use of prefixes/suffixes. For complex calculations, see Building Price Calculators.
My existing entries don't show the new field
My existing entries don't show the new field
New fields only appear on entries created after adding them. Existing entries will show the field as empty when edited.
Widgets show wrong data
Widgets show wrong data
Check the field binding in widget settings. Make sure you selected the correct field (e.g., “Amount” not “Quantity”).
