Clay Icon

Automatically Populate Creation Date for Autoupdate Rows

Β·
Β·

When putting source on autoupdate, is there a way to have a column automatically populated with the date on which the rows where created? i.e. i can immediately see and filter which are the new rows?

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    Yes, you can automatically populate a column with the creation date of rows when using autoupdate. Here's how: 1. Use the "Created At" column: Every row in Clay has a built-in "Created At" column that shows when the row was added. 2. Create a custom column: You can create a formula column using moment().format("MMMM, D YYYY") to display the current date. 3. Filter new rows: Use the filters feature to show only recent entries. Click the filters button, add a filter for the "Created At" column, and set the date range you want to see. With autoupdate enabled, new rows will automatically have their creation date recorded, allowing you to easily identify and filter the latest additions to your table.

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·
  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    Thank you so much for sharing your feedback ​Stephan​!