I want to save file with file name and after that i want to add todays date and time for example like todays date is 13 june 2023 and time is 12:28 then it should be like report1306231228 .
I want the date part in string format.
1306231228 . ddMMyyHHmm
HI @ravig1206
Try this expression
Assign activity: fullFileName = "Filename"+Datetime.now.ToString("ddMMyyHHmm")
Regards
Gokul
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.