I extracted a dynamic sentence from screen using OCR get text, stored it in a string variable, split it into words array. One of those words contains “?”. I want to get this word to pass it on to next step. I m using For each activity to find it from word array but not sure of the syntex.