Here, we are defining two variables. Here is the reason to define two variables. We need to apply the sort on multiple columns. So, when the user clicks on any of the column headers, the Gallery’s sort function knows the user has selected this column. Here, SortColumn = Na...
As you can see in that code, I had to apply two custom filters when generating the Swagger metadata. –One filtertoeliminate duplicate operation ids from being generated when there are multiple operations with the same verb in the API. Th...
We also need the Left / Right arrows to switch months, and they must do something that will affect the gallery. We will use Context Variables for this.Finally, we want to be able to select dates by tapping on them. Remember that all controls in PowerApps have an OnSelect action that ...
The generated filter expression filters the string in the search box with a “starts with” method against the Manager property of the list. I want to filter by signed-in user. So, I need to add another data source to get the Office 365 user name. This can be done in the Content ...
Dataverse views enable us to define queries and filters in a way that is re-usable across multiple canvas apps and model driven apps. This post describes how to display data from Dataverse views in canvas apps, and how to refer to those views in formula. ...
You could for example add a gallery and set the gallery's Items property to an expression that filters your events to the selected timerange. Just use _selectionStart and _selectionEnd in your filter expression to choose which events to show to match the user selection in the calendar. ...
We also need the Left / Right arrows to switch months, and they must do something that will affect the gallery. We will use Context Variables for this.Finally, we want to be able to select dates by tapping on them. Remember that all controls in PowerApps have an OnSelect action that ...