by Reza | Jan 12, 2021 | Power Apps, Power Platform, PowerApps
The Gallery Look Book App contains 5 Power Apps Gallery Design Ideas as showcased in this blog. Download Gallery Look Book App and checkout all the 5 gallery samples. Gallery Look Book 1 – Horizontal Gallery Gallery Look Book 2 – Formatted Cards Gallery...
by Reza | Jan 5, 2021 | Power Apps, Power Platform, PowerApps
Step 1: Add a gallery using the Blank template. Name it galHidden. This Gallery will be used to query the data source. For the Items property of this gallery, define your query against your data source. Ensure that you are not running into any delegation warnings. Set...
by Reza | Dec 2, 2020 | Power Apps, Power Platform, PowerApps, SharePoint Online
In this Microsoft PowerApps tutorial for Multi-screen forms, we will walk through breaking up a form control across multiple screens and submitting and validating the form data with a single action. This creates a wizard like experience for the user (tabbed forms) and...
by Reza | Aug 16, 2020 | Power Apps, Power Platform, PowerApps, SharePoint Online
The Challenge Many a times we come across a scenario where we need to the aggregate functions in Power Apps for a SharePoint list/library. Aggregate functions – Average, Max, Min, StdevP, Sum, and VarP Aggregate functions in Power Apps are not delegable to the...
by Reza | Aug 7, 2020 | Power Apps, Power Platform, PowerApps, SharePoint Online
The Challenge Many a times we come across a scenario where we need to showcase the total count of items in a SharePoint list or library in Power Apps. Aggregate functions in Power Apps are not delegable to the data source – meaning Power Apps will load a max...
by Reza | May 4, 2020 | Power Apps, Power Platform, PowerApps
Patch function – modify or create one or more records in a data source Patch Syntax Create record in data source Patch(DataSource, Defaults(DataSource), {Record} Update record in data soure Patch(DataSource, Item, {Record}) SharePoint Columns Patch...