Common LOWER questions usually focus on errors, nested formulas, and result updates; this section covers 3 frequent questions.
FAQ
What should I check if LOWER returns an error?
- Check whether the formula syntax is complete and whether parentheses and parameter positions are correct.
- Check whether the referenced content is a text field or a text result that should be processed.
- Revise the parameter based on the editor prompt, then save the formula again.
Can LOWER be used with other functions?
- Decide what the outer or inner function should handle first.
- Place LOWER into the combined formula as the text-processing step.
- Save the formula and confirm that the combined result matches your goal.
Does LOWER update automatically after data import?
- After the formula field is saved, it calculates based on the current data.
- When source data changes, check whether the formula field refreshes accordingly.
- If the result does not update, review the field reference and formula structure again.
Glossary
| Term | Definition |
|---|---|
| LOWER | A function that converts letters in text to lowercase. |
| Formula field | A field type in Bitable that calculates results automatically with a formula. |
| Parameter | The value passed into a function, such as text, a field value, or a reference result. |