Hi!
How do I add the datestamp at the end of the filename using Create File Action?
This will be running on daily basis so I need an expression that will add the datestamp at the end of the file name .
So if it runs today, it would be Merf_06132023.csv
if runs tomorrow, then Merf_06142023.csv
(I am testing the flow for now before I move it to the triggered flow)
Thank you,
Holly
Thank YOU! 🙂
All you need to do is get the current time and then format it into 'MMddyyyy' and put it into your file name.
I have two examples below that are basically the same. One example has all of the steps using flow actions and the other example just uses an expression.
Using the flow steps looks like a lot of extra items, but it is easier to follow or modify if you aren't accustomed to using expressions.
FileName Date
FileName Date Results
FileName Date Expression