Hi,
I’m trying to automate one excel process. Here I’m trying to match the data
- (“if var1.equals(var2)”)…or
- (“if var1.contains(var2)”)…continue the process…if the 2 variables are not matching…then go to else condition. But the data what I’m passing to 2 variables are same…So is variables length. But still Bot is going to Else condition even 2 variables data is same instead of going to the next step. I’m still unable to compare 2 strings using If activity.
Have tried trimming the data, removed spaces, tried passing the data through char array. But still Bot is going to else condition. Never experienced this kind of error…Any suggestions on this please?
Thanks.