I tried to convert the variable from input 2 into a string through an expression (eventhough I believe it should not be needed) but still, it does not match the fields together. Any help?
As you can see in your screenshots. They are not exactly the same.
One is a string and one is a number.
You can enable fuzy compare or something like that in the settings to allow these values to be checked as if they were both the same type.
I usually modify the field before sending to the merge just to be sure it is actually the same.
Thanks, fuzzy compare solved the problem. I was converting the data to string in the merge node but I should have converted before I guess, anyway fuzzy compare worked! Thanks a lot.
Yes, I was using a js expression to convert the data in the “merge field” but found out it does not work, you must convert the field before the merge node.