Hi, I'm trying to automate a process with two text variables, the first newvar (variable 1) comes from an excel file, and the second newvar2 (variable 2) comes from webpage data extraction, and then I call the variables from the flow variables datatables. My problem is that I need to compare that the two variables are exactly the same, I use a "IF" block with the parameters:
%NewVar%
equal to =
%NewVar2%
But when I run my RPA, it doesn't run the IF block (the actions inside the If).
Do anyone seems to know what is thhe problem or its not possible to compare two variables like that?


fist variable:

Second Variable:

