Hello,
I am new to using power apps and having some issues with getting the Search Function to work. I can see the data from the table I imported, but as soon as I enter the formula, everything goes away and I get errors.
This is for some new hire orders I am trying to search through by their name. I am using the formula Search(Orders, TextBox1.Text, "Name"). This should pull the data from the Orders table, using the text from the textbox I am using, and should search in the column Name.

This is the error I am getting with the Search Function:
