Use LOWER through 3 how-to topics, including creating a formula field, checking the parameter format, and validating an example formula.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call LOWER | Free |
| 2 | 2. Check the parameter format | Free |
| 3 | 3. Write and verify an example | Free |
How-to Guide
1. Create a formula field and call LOWER
Entry: Add Field → Formula
- Open the Bitable you want to edit.
- Click Add Field.
- Select Formula as the field type.
- Enter a formula that includes LOWER in the editor.
- Click Confirm to save the setting.
Success Criteria
- Interface result: A new formula field appears in the table.
- Next action available: You can continue editing the function in the formula editor.
Tips While Using
- Common mistake: If you choose the wrong field type, you may not be able to enter a formula.
- Environment note: You need edit permission for the current table.
2. Check the parameter format
Entry: Formula Editor → Function Library → LOWER
- Open the formula editor in an existing formula field.
- Go to the function library and find LOWER.
- Review the function syntax and parameter format.
- Enter the target text or reference as needed.
Success Criteria
- Interface result: You can see the LOWER function name and parameter format.
- Next action available: You can continue writing the formula based on the displayed guidance.
Tips While Using
- Common mistake: If the reference format is incorrect, the result may not return as expected.
3. Write and verify an example
Entry: Formula Editor
- Enter an example formula in the formula field, such as
LOWER(target_range). - Confirm that the referenced content is the text you want to convert.
- Save the formula and review the field result.
- Adjust the reference or combine functions further if needed.
Success Criteria
- Interface result: The formula field shows a lowercase result.
- Next action available: When source data changes, the result can update with it.
Tips While Using
- Common mistake: If the parameter does not point to the intended text, the result may not match your expectation.
- Environment note: Different field content can affect the displayed result.