Power Apps

Power Apps

Using Reset Property in Power Apps: A Better Way to Reset Nested Controls

I have looked into how to reset all the controls in the gallery at once, so I made a note of how to do that.Reset Functi...
Power Apps

Power Apps Components: Variable Scope & Access App Scope Explained (Set vs Global)

My understanding of variables declared in custom component was unclear, so here is a memo of the results of my various e...
Power Apps

Understanding Access App Scope in Power Apps Components: Create App-Specific Solutions.

Notes from my research on the “Access App Scope” custom component of Power Apps.Access app scopeCustom components are no...
Power Apps

Power Apps Variables: How I Choose Between Set, UpdateContext, and With (Scope, Use Cases, and Best Practices)

People ask about “the right way to use variables in Power Apps canvas apps” quite often, so this post summarizes my pers...
Power Apps

Power Apps: The Cleanest Way to Filter a Gallery with Multiple Optional Criteria (No Delegation Warnings)

I used to struggle with writing complex filter formulas for Power Apps galleries. After a lot of trial and error—from ne...
Power Apps

Why AddColumns breaks Gallery Paging (Infinite Scroll) without Delegation Warnings

I recently encountered a frustrating issue where a Power Apps Gallery would stop loading items at 500 (or 2000) rows, ev...
Power Apps

How to Use Power Apps PDF Function (Preview): Step-by-Step Guide with Real Examples

PDF Function The PDF function is a preview feature that allows you to create PDF file content directly from screen eleme...
Model-Driven Apps

Changing the status of flow steps in the business process flow of a model-driven application from ‘Processing’ to ‘Successful’.

Notes on how to change the state of a step from ‘processing’ to ‘successful’ when executing a flow step of a business pr...
Power Apps

WARNING: Do NOT use With() function on Gallery Items! (Breaks Delegation & Paging)

I investigated the behavior of the With function when used in the Items property of a Canvas App Gallery.It turns out th...
Power Apps

Power Apps cannot use SharePoint lists with more than 12 loocup fields (person or group fields)

When using a SharePoint list with multiple "person or group" columns from Power Apps, the error "Error retrieving data f...