Scenario: When There are several files which exists in a ftp and there is one that not, using the file ftp exists activity gets as a result true when the file doesn’t exists
Steps to reproduce:
1.- In a excel file, write 4 remote path files that are correct and 1 incorrect
2.- Read these rows and iterate through each one
3.- For each path, determinate if it exists using the activity ftp.activities.fileexists
4.- Print the result in a message box.
Reproduce the issue taking into account the following test case and verify the result
I.- Write the incorrect path at the end
The result will be true
2.- write the incorrect path at the beginning
The result will be false
2.- write the incorrect path at the middle
The result will be True
Current Behavior:
The activity is evaluating wrong the files,
Expected Behavior:
Getting the correct result
Studio/Robot/Orchestrator Version:
Last stable behavior:
Last stable version:
OS Version:
Others if Relevant: (workflow, logs, .net version, service pack, etc):
Basically, my workflow is the next