Hi,
I am extremely new to SharePoint so please bear with me if this is incredibly simple!
I am trying to set up a column with today's date, that will update the date every day. At the moment it updates folders and sub-folders with the correct date, but not uploaded files (which is really what I need showing the date, not so much the folders).
Here is my flow so far:
Am I missing something really obvious?
Thanks in advance!
Solved! Go to Solution.
Hey @KittyMac
You will first have to check the datatype of the Date Today column in SP. Note that the utcNow() function will return the entire date as yyyy-MM-ddThh:mm:ssz. You just need the date so you can use the expression: formatdatetime(utcnow(),'yyyy-MM-dd') to get the date only and try to update that column.
Can you try this and confirm if it works. (you can check the date format on the SP column and make the same changes in the expression too)
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey @KittyMac
You will first have to check the datatype of the Date Today column in SP. Note that the utcNow() function will return the entire date as yyyy-MM-ddThh:mm:ssz. You just need the date so you can use the expression: formatdatetime(utcnow(),'yyyy-MM-dd') to get the date only and try to update that column.
Can you try this and confirm if it works. (you can check the date format on the SP column and make the same changes in the expression too)
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
40 | |
36 | |
36 | |
34 | |
28 |
User | Count |
---|---|
39 | |
38 | |
34 | |
30 | |
25 |