View Full Discussion (9 Replies)Show Parent Replies ganeshsanap MVP to Naligurtan Naligurtan Try this formula once for combo box control: Filter( CustomersList, IsBlankOrError(Self.SearchText) || StartsWith(CustomerName, Self.SearchText) ) Please click Mark as Best Re...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
= "Rob"uses the = predicate. Some data sources don't support certain predicates. For example, Salesforce doesn't support the IsBlank predicate. So, although the formulaFilter(SalesforceCustomers, Name = "Contoso")is delegable, the formulaFilter(SalesforceCustomers, IsBlank...