SortByColumns(Filter([@PowerAppsDemo], Closed = false), "Title", If(SortDescending1, Descending, Ascending)) Unfortunately, using "true" does not work as expected. Here is a version of the code for "true" but be warned you will get "Delegation" warnings. SortByColumns(Filter([@PowerApps...
That's a hard question due to delegation and SharePoint not being able to support date delegation yet. As long as you have less than 2000, you don't have to worry about it, or if you don't plan to pass 2000 events in the next year or so until they support dates (Might be sooner...
For operations that can't be delegated, Power Apps will give a warning at authoring time and operate on only the first 500 records of the data source. See the [Filter function](functions/function-filter-lookup.md) article for more details about delegation. 1. **Excel data must be ...
It's a hard thing to wrap your head around, but bottom line is SharePoint has the most issues with delegation due to limited filters that SharePoint can handle, vs. a sql datasource for example which can handle all the delegation issues / filters on the ser...
What I do is get everything into local collection, then you can do whatever you want without worrying about delegation. This way you get the filtered result then you can count that result from the collection. Mine is static, so I have one for each count, but ...
However, I want to show/display all records(over 20.000) in the combo box. I know there is a delegation issue but not sure how to get around it and solve it.Eventually, I want users to be able to search in the combo box to find any customers within 20.000 rec...
However, I want to show/display all records(over 20.000) in the combo box. I know there is a delegation issue but not sure how to get around it and solve it.Eventually, I want users to be able to search in the combo box to find any ...
It is not possible to search. I only can use the dropdown selection and it shows empty scrolling down fields. What I need is: the combo box should be searchable. When users search a customer name, they can find it and select it as a value for that filed. Then...
a database table. You don't have 500 record limits in filtering etc. either, but you do have 500 record limits from datasources in single calls, you'll start learning about this later and it's a pretty big deal if you are messing with large da...
By storing additional Meta-Data in the blob seems to be a way around making duplicate file names have more options to be unique, but can you filter/search using AzCopy or Powershell against a container by using Meta-Data? If anyone can help point me in t...