Re: Workaround for Delegating Filter and Sort Large Data Set
@ag12
Are you trying to SORT this list on multiple columns? If yes, simply do this:
Sort(Sort(Sort(your_datasource_name, Column1, Ascending), Column2, Ascending), Column3, Ascending)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."