Which works fine in development tools, it shows as true.
But the automation still fails on this condition, and I’m not sure why. This is the only condition it has, and it shouldn’t fail. I have nothing in the logs.
So I’m a little baffled as to what is causing this.
Let me know if it looks different again in the trace file.
BTW, the impression I had was that the native typing feature was changing the value’s type from string to list. That’s why I suggested to use contains but it now looks like something else may be the culprit.
Post the automation’s trace file (it’s in JSON format).
contains handles strings as well. Now that both regex_search and contains have failed to produce the desired result, I think we need to look for clues in the trace file.