Hi everyone,
I have a gallery view that is supposed to sort everything in ascending order. The formula is as follows: (Field_0) is the name of the bank and it should be sorted A-Z by the bank name).
Sort(Search(Banking_Contact,Search.Text,"field_0"),Ascending)
The issue I am having is when a user inputs a new contact in the sharepoint list it will go to the bottom of the list and remain that way in the Power App when it is refreshed. The only way to "fix" it is to export the list in SharePoint, sort it A-Z in excel and then reupload it. This is an annoying process and I want to avoid it if at all possible. Is there something we should be doing differently?
Solved! Go to Solution.
Please try the following,
Sort(Search(Banking_Contact,Search.Text,"field_0"), field_0, Ascending)
Please try the following,
Sort(Search(Banking_Contact,Search.Text,"field_0"), field_0, Ascending)
It looks like that worked! Thank you!
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
192 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
246 | |
120 | |
83 | |
76 | |
70 |