
Create and link SharePoint lists for project one orders and order items using a lookup, then group by order. Explore Power Apps table functions for data handling and collect-based insertion.
Use collect to append a whole table to another table, like a SharePoint list. Create a contextual table with the table function and map its fields to the target schema.
Clean up your Power Apps demo by validating required fields and data integrity when adding items to SharePoint lists. Explore collect behavior with invalid records for a reliable client demo.
The lecture compares search, filter, and lookup, showing that search returns a collection with or logic, filter uses and logic for multiple conditions, and lookup returns a single record.
Create a Power Apps canvas app that lists order items with subtotal over 20, using filter and starts with search, connected to SharePoint orders and items, with related order details.
Use the distinct function in Power Apps to create a unique country list from a SharePoint financial sample and filter records by selected countries with a multi-select control.
Learn how to populate a Dataverse choice field with the Power Apps choices function, set a default active value, and patch updates to my task status using plain text conversions.
Learn how the patch function can update or create records in a data source like SharePoint, compare patch with collect, and use defaults to insert new records, avoiding unintended inserts.
Enable autosave in a PowerApps gallery using onChange and patch to SharePoint, converting input with value for numeric fields, and assess focus loss, concurrency, and the no-undo trade-offs.
Learn to highlight changed rows in a gallery by tracking an isModified flag in a local collection and conditionally color-coding updated items for clear user feedback in Power Apps.
Master Microsoft Power Apps table functions and learn to address delegation warnings, then explore recommended Power Automate courses and how to claim a free course voucher by sharing your certificate.
The course is structured in multiple projects, starting from requirements gathering to solutioning and effectively using the right formula to build an app that fits the scenario. Obviously you can find all these functions in Microsoft PowerApps documentations. This course is a connection between the knowledge and practical field problem. In this course you will learn:
1. Basic table and database concepts in Power Apps (Record, Table, Arrays, Collection and variables)
2. Mass insert, delete and update and detailed analysis about available functions in Power Apps and how to use the efficiantly.
3. Working with Loops and Sequence to process the table items separately
4. Bridge between behavior and non-behavior functions
5. Condition and alternative options to If and Switch
6. Changing table schema to make it fit our solution
7. Bulk insert of record to a table/list instead of processing them one-by-one
8. Working with fields that contain complex data
9. Effect of internal field names and title on the way you use table functions
10. Difference between Search, Filter and Lookup and where to use each one of them
11. Chose between Sort and SortByColumns to effectively reorder records
12. PowerApps aggregate functions
13. Counting rows using Count, CountA, CountIf and CountRows. Which one to use?
14. Grouping records and removing duplicated records