Untitled

Anonymous
plain_text
09/02/2026 1:47 PM
852 B
4
Indexable
[Derived Email] =
LOWER(
    REPLACE(
        REPLACE(
            REPLACE(
                REPLACE(
                    SPLIT([Line Item Owner Name], " ", 1), 
                    "'", ""
                ),
                "’", ""
            ),
            "-", ""
        ),
        ".", ""
    )
    + "." +
    REPLACE(
        REPLACE(
            REPLACE(
                REPLACE(
                    SPLIT([Line Item Owner Name], " ", -1), 
                    "'", ""
                ),
                "’", ""
            ),
            "-", ""
        ),
        ".", ""
    )
) + "@company.com"
Editor is loading...
Leave a Comment