How to I set a SharePoint List column to Today's date? Anytime and item is modified, I want to set a column to today's date.
I have not been able to get this to work.
Solved! Go to Solution.
I ended up using this expression "formatDateTime(utcNow(),'yyyy-MM-dd')" when I update the item, and it seems to be working fine.
Hello @Spawn10 ,
do you need a separate column for that? There's already default 'Modified' date column in SharePoint that contains the date/time of the last update.
I ended up using this expression "formatDateTime(utcNow(),'yyyy-MM-dd')" when I update the item, and it seems to be working fine.
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
88 | |
58 | |
42 | |
37 | |
36 |
User | Count |
---|---|
86 | |
72 | |
61 | |
57 | |
40 |