I would like the program to go into the folder for the current month each month and select a sales journal. The folders are labeled like so: “05 - May” for May, “06 - Jun” for June, etc. How can I have UiPath do this?
Thank you for your time.
I would like the program to go into the folder for the current month each month and select a sales journal. The folders are labeled like so: “05 - May” for May, “06 - Jun” for June, etc. How can I have UiPath do this?
Thank you for your time.
For 05-jul use below code
DateTime.Now.ToString("dd-MMM")
For 05 - jul use below code
DateTime.Now.ToString("dd - MMM")
Regards,
Arivu
This is what I have so far:
but for some reason this is not working. After I create the variable, what part of the process should it be included in?
Also, regarding the excel application scope opening the file: is it correct that the file path in quotes should link to a general folder with the correct folders to find enclosed within it? Like with 05-May, 06 - Jun enclosed within it?
Thank you for your time.