Forum Discussion
Your Field type should be formula email.
Can you post your formula. It should be
iF([primary contact email] <>"", [primary contact email], [Referring attorney email])
- HarrisonSmith2 months agoQrew Trainee
Sure. When I entered what you had above, it says I can't use <> on types text or textlist. The formula field is already a formula - email field, though I've tried with both formula email and formula text to no avail.
if([Primary Matter Contact - Email] <> "", [Primary Matter Contact - Email], [Referring Troutman Attorney (ref) - Email Text])
- MarkShnier2 months agoQrew Cadet
.
- MarkShnier__You2 months ago
Qrew Legend
I'm Away from my computer right at the moment on the subway, you can try this, although I didn't think it would be required this way if this does not work, can you please post your formula
if(ToText([Primary Matter Contact - Email]) <> "", [Primary Matter Contact - Email], [Referring Troutman Attorney (ref) - Email Text])