I am trying to pass the excel start date and end date to the webpage.
The excel context in as show below:
Then, the date and month in excel file and output in my wegpage are reverse. So, i use this function as well: Date.ParseExact(“dd/mm/yyyy”,strDate.ToString.Trim,System.Globalization.CultureInfo.InvariantCulture).ToString(“mm/dd/yyyy”) to reverse the date and month.
But, when i try use this function in both start date and end date, only start date can give me the output while end date give me this error:
My workflow as about. I try to get the date from excel file and i press submit button. After i submit, the report file will download. Then i will move the download file to c file. And i want to click This Pc to open the c file.
For opening ‘This PC’ you can also use Send Hotkeys activity. Use Win + E
Or to directly go to a path in C folder, you can use Win + R with Send Hotkeys activity, which will open the run command, where you can paste the folder name and hit enter
Was wondering… you need not open the folder location to open the excel file. You can directly use the Excel application scope activity.
Also you can use the Copy File activities to ‘move and rename’ the file at the same time.
Like, Source : "C:\Users\Username\Downloads\YourOldFileName.xlsx" Destination : "C:\MyFolder\YourNewFileName.xlsx"
These may ease your life, if at all you struggling with UI
I am not sure what are the steps you are following and where you face the issue.
Can you please list down the steps that you are trying to do and at which step you face the issue? Looking at a portion of your workflow doesn’t give the complete picture.
If possible please share your workflow file with the necessary steps too.
Recommended - Please start a new thread as this thread was created for a different issue