I want to create output file with todays date and save this outputfile at output folder i have developed code but it showing this error.
@rlgandu please check this
Are you using the Write range workbook activity I am not able to see the file name field, If the file name field is there then you can give the path and file name as like below,
"C://Mahesh/Output Folder/"+DateTime.Now.toString("MM/dd/yyyy")
“C://Mahesh/Output Folder/” this is the folder path change it to your folder path and keep the remaining same then it will save the file name in output folder with today’s date.
Hope it helps!!
Hope it helps!!
FolderPath="C:\Users\rlgandu\Documents\UiPath\Akton_VZB\Output Folder\"
FilePath=Now.ToString("ddMMyyyy")+".xlsx"
1 Like
how to do for write range activity in excel application scope and how to create result column and add result in that
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.