" Hello Airtable"
- need to remove initial white-space from the text in the script.
" Hello Airtable"
Hi @Ujval_Shah ,
You should be able to do this with a formula field with TRIM(string)
Hi @Ujval_Shah ,
You should be able to do this with a formula field with TRIM(string)
It’s throwing error.
ReferenceError: TRIM is not defined at main on line 2
It sounds like you are putting this in the scripting block. This formula will only work in a Formula type column.
Without knowing what your script is you can try something like:
let text = " Hello World! ";
let result = text.trim();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.