Need some help. I have captured a Value '5319888016001723 and I segregated them and assigned them to a variable.
Now I want to use a branch code in my condition. In the condition, I wrote branchcode = “777” then it will go to the True or Then.
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?