Clay Icon

Help needed for generating a formula for approved 2 Email column

ยท
ยท

Need help in generating a formula that works in my "approved 2 Email" column.

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    Hi Nick, thanks for getting in touch! what are you trying to generate with the formula?

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    if the domain is ready (1 match found) and there is no existing client (0 matches found), set to Approved 2 Email to YES. if domain is ready (1 match found) and there is an existing client (1 match found), set Approved 2 Email to NO

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท
  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    I think there is a bug in your column, is not counting properly the matches

    efe7d2f9-de2d-4785-9e01-5f05919d34c9.png(40 kB)
  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    I will check with the engineers

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    is there a work around for now?

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    we need to fix this

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    is it the bug also here, as this formula is not working either https://app.clay.com/workspaces/207112/tables/t_FOsoEHuQCF4Q/views/gv_cHw3v66dn7Mo Check Verified Master Emails column: ({{Apollo Email Status}}?.includes("Verified") <-- this is not being picked up and mapping the email value in Apollo Email to the column

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    I think is the same problem

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    we will see sorry for this inconvenience

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    can you double check this one too somehow, as if so, I'm blocked and will focus on other things

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    will update you once is fixed

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    is this likely to be fixed today?

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    I think so, but can occur during the NY timezone

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    Any update on the "Verified" not being picked up from the column?

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    Hey Nick, taking a deeper dive into this now

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    By the way, ยญ@Nick Singh, about the Lookup Record column not returning a count, that's because it was not an "Exact" match, if you compare the two values from table 1 vs table 2, you're checking if: -> ยญxyz.com "is contained within" (not Equal to) -> ยญhttps://xyz.com Thus, Exact Match Count is not applicable but your workaround with the formula is the way.

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    I see the issue with Apollo as well, since it's using Javascript for the formula, it's case-sensitive and not converting the value to lowercase to determine a match. You can prompt the formula to "check for lowercase" so it adds it to the formula. I corrected this manually though

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    Thanks