Please see attached image of simple setup.
I have a text file of strings and using Split Text To Array List to put these into an array list proxy, the value Parse as Type is set to string (this works fantastic!).
In the next state from this array Im using "Array List Contains" to see if the variable submitted word exists in that array.
From the attached image you can see that the array list proxy has this word contained (index, Item 2) but the state never switches to the Yes state (Is Contained Event).
Does the Array List Contains action cycle through each item of the array? Any thoughts on why it would not be detecting this word aaa.
I did not want to use an array get next or another action if that action is already cycling (iterating) through all of the items.