Search Engine Bugs

Hi!
So I am trying to create an app that has a search engine that sees the connection between the search engine textbox and the other textboxes on that page. Then the search engine should review the text for whatever checkbox that text is under. The problem is that whenever I click the search button, I either get not answer or the last number. My code is below, let me know what is wrong!!

You are misusing that textbox variable in the FOR EACH loop.
I assume you want a list of the activities that contain SearchTextBox.Text, regardless of case?

yes, that is the goal

These are the blocks you need:


1 Like