Hello
I am currently working on a process, where I in the beginning have to check if a folder already exists. If not, then it should be created.
Sometimes it works as intended and sometimes it does not.
In this picture you can see how the process is set up:
We (My team and I) use this principle in a lot of processes and it is just now, that it is not working as intended. I am currently the only one using the 2019.10.3 version of UiPath - maybe that is part of the issue.
For testing, I have made changes as seen below:
Where I changed it to a loop:
(1) Does the path exist?
If no:
- Create directory
- Increment counter
- Write line where the directory was intended to be and the counter
- Delay for 5 seconds
- Go back to (1)
This has run over night for a total of 11066 iterations and 15:24:17 and still no sign of the directory.
My computer is connected to the network. Earlier in the process it reads a couple of Excel-files, located on the network drive.
I am working on a Studio 2019.10.3 Enterprise License, connected to Orchestrator.