Hi, i just recently started using powerapps and I am hitting a wall with the search function. I've done a lot of research and I thought I was doing everything right, but I can't get these errors to go away, please help!
I have a SP list called test of only 109 items and I am trying to search that list by using user input and then searching in the "title" column which I have confirmed is a single line of text column. The below screenshots show the gallery of the list and the search function formula I used, as well as the delegation error I get. When I hover over the formula it also says "expected text value" Not sure if that will help

Update: 6/29/20 2:33pm

Here is the new error and the Location (Gallery2.Items) is where I put the formula 'Search(test, TextInput1.Text, "Title","Material")'
I was being dumb and I was putting the formula in the search bar and not the gallery under the items property. The searching capability works but I still am getting a triangle warning me about delegation issues? Should I be concerned? Like I said this specific dataset is well under 500 and 2000 records, so I'm not quite sure why this is even coming up.