Error when get the end date from excel

@kaderms This is my workflow.

After i move downloaded file to c file, i want to open pc, but it show this error to me.

Thanks.

I see that you have used a lot of recording here. I am not able to see the images when you share it across to me. But as far as I could interpret, here is a suggestion
You have recorded every step using a basic recorder, which does not provide a window scope where in your activities can be executed. Sometimes this becomes an issue when you are trying to use hotkeys.
Your windows click activities, excel scope, etc are also contained within the open browser activity, which might cause issues.

The easiest way to streamline this is to record the flow again with the proper recorders.
Please use Web Recording for browsers and Desktop Recording for windows activities.
You can also add hotkeys while recording itself.

image

Hope this helps

1 Like

@kaderms

How to desktop recording type into without indicate any screen. Just want type into because i want to rename file name. When i run this program, it only stop to send hotkey f2, didnt rename the file using type into activity.

@jiejie

You can use the below activities to perform actions on files.

image

For renaming you can use Move File activity
From old file name (with full path)
To new file name (with full path)

https://activities.uipath.com/docs/move-file

@kaderms my new file name will always have different file name which follow the variable .

01

and i get this error when i run.

My destination path is this one : “c:\Timesheet\TimesheetReport1” + valstart.ToString + valEnd.ToString + ".xlsm " valstart and valend is the date will change everytime.

Continue this discussion about rename in the below thread. And pls close the current thread with the solution for your problem.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.