Skip to main content
Nintex Community Menu Bar
Question

Update current date column daily automatically

  • August 11, 2025
  • 2 replies
  • 38 views

Forum|alt.badge.img+9

I need a column that shows the current date, so it updates every day, How can I do this?

 

I have a wf that loops every day and updates the current date column daily but wondering if there is a better way as I need to keep the row where I run it from.

2 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • August 18, 2025

Hi ​@michuk,

Where is this data stored?
Is it SharePoint Online or somewhere else?
If its SPO you can format the column to show the current date.
 

    {
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "=toLocaleDateString(@now)"
}


 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • September 1, 2025

Hi ​@michuk would you please add some more info here? Thanks!