Common Text Field questions usually focus on field type selection, default values, duplicate prevention, and how to store identifiers; this section covers 4 frequent questions.
FAQ
What is the difference between a text field and a number field?
- A text field stores content as strings and is suitable for text, symbols, and long numeric identifiers.
- A number field is more suitable for calculations, statistics, and numeric formatting.
- If the content is an ID number, document number, bank card number, or another long identifier, use a text field first to avoid formatting or precision issues.
How do I convert an existing number field to a text field?
- Right-click the target field title.
- Open Field Settings.
- Change the field type to Text.
- Before switching, check the existing data to make sure the converted result matches your expectations.
What should I do with existing duplicate data after turning on duplicate prevention?
- Check whether duplicate content already exists in the current field.
- Edit or delete the duplicate items manually.
- Then continue using the duplicate-prevention rule for new entries.
- If the system reports duplicates, finish the cleanup before continuing.
Why can’t default values and duplicate prevention be used together?
- A default value fills the same content automatically when a new record is added.
- Duplicate prevention requires field content to stay different.
- Because these two rules can conflict, choose the one that matches your actual business scenario.
Glossary
| Term | Definition |
|---|---|
| Text Field | A field type used to store text, symbols, and long numeric identifiers that are not meant for calculations. |
| Default Value | Preset content that is filled automatically when a new record is added. |
| Duplicate Prevention | A rule that prevents repeated content from being entered in the same field. |
| Long Numeric Identifier | Content such as document numbers or ID numbers that looks numeric but is better stored as text. |