I have the following formula on a gallery to try and filter the gallery based on user input into a text field, and I am getting delegation warnings.
Filter('Client List',StartsWith(searchInput.Text, DisplayName))
"Client List" is a SharePoint List.
DisplayName is a calculated column in SharePoint of "LastName" and "FirstName" ie: "Smith, John"

I also get the following "ToolTips" that seems to indicate the issue, I just can't sort out what it means:
When hovering over the "DisplayName" in the formula bar:
"The 'StartsWith' function cannot be delegated if a field name appears in the second argument. "
