Hi
I am trying to create an email field. I created the formula:
concat(FirstName,".",LastName,"@",“google.com”)
But I keep getting the error message:
error: Please use field(‘FirstName’) to access FirstName because it starts with an upper case letter.
So I have tried with the formats:
“FirstName”
‘FirstName’
(‘FirstName’)
but nothing works. What must I do?