I want to generate excel files with date and time stamp on file name after every run. I have attached the snapshot of the formula I have used. The output path is correct but I am getting the below error
How to rectify this?
@saachitalwar
One reason for sure is that ":" is an illegale character to use in the File path for Windows. Maybe you can simply remove these ":".
Output\COAC Event Diary 2025-04-30 05:07:19.xlsx
@saachitalwar try DateTimeToday() instead of DateTimeNow() function in the formula tool