Now, what is happening even if the branch code is 888 it still goes to the Then/True branch. Is it because I need to set the value to an integer although my branchcode is a String?
Thank you for sharing.
Your condition is Branchcode is “777” OR Disregard_Direction is “Yes”. So, if Disregard_Direction is “Yes”, “IF activity” always branch to True. (It doesn’t matter what the branch code is)
rigth now my RPA is running and what I did is remove the other IF condition and left the Branchcode = “777” so far it is still running. I will tell you the result. I think it went through but i need to check the report if it really does.