RevOps Docs for Startups
  • Welcome
  • Getting Started
    • Quickstart
    • About LeanScale
  • Growth Modeling
    • Building a Growth Model
      • Growth Model Assumptions
      • Growth Model Approaches
      • Growth Model Segmentations
    • Sales Capacity Plan
    • Marketing Plan
    • Customer Success Plan
  • Go-to-market Lifecycle
    • Go-to-Market Lifecycle
    • Lead Lifecycle
    • Sales Lifecycle
    • Customer Lifecycle
    • Proof of Concept Lifecycle
    • Lifecycle Measurement
  • Lead Attribution
    • Attribution Overview
    • Lead Source Taxonomy
  • Measuring Metrics
    • Reporting and Data Analytics
    • Sales Metrics
      • Created Pipeline
      • Weighted Pipeline
    • Marketing Metrics
      • Lead Impact Matrix
      • CAC to LTV
    • Customer Success Metrics
      • Net Retention
    • Partnership Metrics
    • Presenting Metrics
  • GTM Tech Stack
    • GTM Tech Stack Overview
    • When To Buy New Systems
    • Driving System Adoption
    • CRM Considerations
      • User-Oriented CRM
      • Data & Reporting CRM
      • Security-Focused CRM
  • Aligning Sales/Marketing
    • Alignment Overview
    • How to Align?
    • What is an SQL?
    • Building Marketing Operations
    • Defining GTM Process
    • Interviewing GTM Leaders
    • Finding The Right Talent
  • System Demos
    • Data Enrichment
      • Clay
      • Traction Complete
    • Conversational Intelligence
      • Gong
      • Unthread
    • CPQ
      • Dealhub
      • Salesbricks
    • Data Analytics
      • RevVue
      • QFlow
  • CRM Tips
    • Salesforce
      • Create Opp from Contact
      • Validation Rules in Flow
      • Roll Up Summary Field
      • Close Date Change Counter
      • Lead Stages
      • Sales Stages
      • Customer Stages
      • Next Step Fields
      • Lead Source Taxonomy
      • Proof of Concept Stages
      • Displaying Record Information
      • Display Dynamic Lists
      • Messages to End Users
      • Create Custom Buttons
      • Tips for Data Loader
      • Salesforce Inspector Reloaded
      • SFDC Navigator for Lightning
      • Bypass Validation Rules
      • Sales Manager Notes Field
      • Renaming Fields and Objects
      • Getting Faster to Record ID
    • Hubspot
      • Disable Picklist Options
      • Create Yesterday's Date
      • Create Today's Date
  • Strategic Walkthroughs
    • Revenue Operations Flywheel
    • Post-Fundraise Playbook
    • Building Board Decks
    • Building Dashboards
      • CEO Dashboards
      • Executive Dashboards
      • Marketing Dashboards
      • Sales Dashboards
      • CS Dashboards
      • Funnel Analytics
    • ChatGPT as a Salesforce Admin
    • Sales Commission Plans
    • Building Sales Territories
Powered by GitBook
On this page
  • Create a Date Field That Automatically Updates with the Current Date in HubSpot
  • Overview
  • Prerequisites
  • Steps
  • Result

Was this helpful?

  1. CRM Tips
  2. Hubspot

Create Today's Date

PreviousCreate Yesterday's DateNextRevenue Operations Flywheel

Last updated 8 months ago

Was this helpful?

Create a Date Field That Automatically Updates with the Current Date in HubSpot

Overview

This guide demonstrates how to create a date field in HubSpot that automatically updates with the current date. This can be useful for various purposes, such as tracking the date of a customer's last interaction or generating reports based on the current date.

Prerequisites

  • HubSpot account with access to create custom fields and automations

Steps

Creating a Custom Date Field

  1. In your HubSpot account, navigate to Settings > Objects > Contacts.

  2. Click the Create Field button.

  3. In the Field Type dropdown, select Date.

  4. Enter a Field Label (e.g., "Today's Date").

  5. Click Save.

Creating an Automation to Update the Date Field

  1. Navigate to Automation > Workflows.

  2. Click the Create Workflow button.

  3. Select Contact-based as the workflow type.

  4. In the Trigger section, select Schedule and set the Frequency to Daily.

  5. In the Criteria section, add two conditions:

    • Field is Today's Date

    • Value is is not known

  6. In the Actions section, add a Set Property action:

    • Property is Today's Date

    • Value is Date of Step

  7. Click Save & Publish.

Result

The automation will now run daily and update the "Today's Date" field with the current date for all contacts that meet the criteria. You can use this field in various ways, such as creating lists, filtering contacts, or triggering other automations based on the current date.