Search code examples
blueprismrpa

Blueprism unable to match two data items that are the same


I have an object which is trying to determine if a value it reads from on screen is the same as that passed to the object. This is a validation step and it doesn't appear to recognize them when they are the same. I have also tried trimming and lowering both values. I have also tried Test Regex Match. Is there any way that I can get the object to recognize that they are the same, or is there a way for me to find out why they are not matching?enter image description here enter image description here enter image description here


Solution

  • The solution was to use a Remove Non Word Characters Action in Utility Strings. enter image description here