Problem - field MailAddress has 2 values1st value is “” or null
2nd value is "john.smith@work.com
I need to delete the “” or null value completely
but retain the 2nd value.
I have tried multiple formulas such as delete field, replace substring etc etc with the problem being that I always delete both values.