Hi, guys
I’m facing a really weird issue. My process was working flawless but suddenly I had a problem with Path Exist Activity. Just a brief of my process:
1- It runs in a folder
2- Applies a serie of regex to get datas from those files
3- Insert them on a csv file
But even if my file exists, the boolean variable of Path Exists Activity comes with the False value.
What’s happening here? My code was working perfectly but suddenly, this error came up. So my workflow always finishes… but it shouldn’t. What is probably happening?
Thanks in advance