Hello,
I'm working on the canvas app and as a data source I've a SP list with about 60k records. I'm aware of the delegation in Canvas app hence I want to use Filter instead of Search formula.
SortByColumns(Filter(<<table>>,StartsWith("Full_x0020_Name", SearchBox_1.Text)),"FirstName",Ascending)
Am I missing anything in the above formula? It doesn't show any blue underlines or any syntax errors. When I execute it returns zero results even for the top rows.
Any help?
Hi @mittalpatel130 ,
Try
Sort(
Filter(
<<table>>,
StartsWith(
Full_x0020_Name,
SearchBox_1.Text
)
),
FirstName,
Ascending
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
175 | |
46 | |
46 | |
34 | |
33 |
User | Count |
---|---|
258 | |
87 | |
78 | |
68 | |
67 |