Need help in understanding a quick question. Here I am working on the Decision Flow. I am checking if there’s a folder already present in my Documents. In the test run the folder already exists but still the log says "folder not available and creates the folder again.
Where as it should log a message the folder already Exists.
True, I did the same if the condition is false it will go and create the folder. but the thing is even if the folder already exists it says the folder is not available and starts creating it. In short in every run it goes towards the false
Thank You ma’am the issue got resolved. I was using “PATH EXISTS” where I was suppose to select Folder, and it was selected as FILE so all this mess happened but I learnt a lot in this debugging process, even your suggestion is valuable, will keep these things in mind for future references.