I'm having trouble with PAD recognizing the "contains" function within a forEach loop in two congruent scenarios.
#1:

I've extracted the innerHTML strings within the column of a website table, and stored them within the variable "USB_Data_DescHTML". I then want to perform two separate functions on each item of this variable depending on whether or not its innerHTML contains "<br winautomationvisibilitylandmark="true">". When I run this action, PAD registers this condition as false even when I'm absolutely positive that the current item contains the aforementioned string.
----
#2
The same applies if I attempt to use a List. This condition also returns a false value when I'm absolutely certain the condition is true.
What am I missing here?