I have a While Loop which works great to check for values in a dynamic list. But that’s only if you know the exact value. The problem is there may be numbers or words before or after the value I am looking for - i.e. One of the values could be “1101 China Doll Pink.” I need to find any items with the phrase “China Doll” in it. How do I add a Wild Card before or after a value in this loop? I know to add an asterisk (*) if I’m looking to verifyText in a field for example, but the asterisks don’t seem to work here.
Here is my While Loop -