Feb 08, 2024 02:09 PM
Help! I am trying to create a field that combines first and last name. I am using the formula below but getting the error message as shown. Confused what I am doing wrong?
Feb 08, 2024 03:50 PM
Hi @Lisaexperientia,
This article would be helpful.Using Formulas in Airtable's Primary Field | Airtable Support
Strings can be concatenated in the following ways
"a" & "b" & "c" CONCATENATE("a", "b", "c")