Clay Icon

Generating Current Date Timestamps in Clay: Is there a NOW() formula or similar function?

·
·

Any way to generate current date timestamps in Clay? like a NOW() formula or something

  • Avatar of Chris F.
    Chris F.
    ·
    ·

    Looking for unix timestamps or ISO

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    Hey Chris, thanks for reaching out! Yup, you can use the formula generator and prompt it to print that for you based on if the target column is empty or not

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    Or format any unix value if it's coming from a webhook or something like that

  • Avatar of Osman S.
    Osman S.
    ·
    ·

    Chris F. you can do moment().unix() in a formula for the current time in a unix timestamp

  • Avatar of Chris F.
    Chris F.
    ·
    ·

    Thanks guy will give these a try