" Hello Airtable"
- need to remove initial white-space from the text in the script.
" Hello Airtable"
Best answer by Vivid-Squid
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.