Power Platform

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 Automate

How to set a value in the User column of a SharePoint list in Power Automate with an email address, and how to set null.

Note how to set a value in the SharePoint user column from Power Automate by specifying an email address.Person or Group...
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...
Power Apps

When declaring defined values in Power Apps, declare them in App.Formulas, not App.OnStart

Until now, the defined values used in the app have been defined as global variables in the "App.OnStart" property, but n...
Power Apps

How to Create Dependent Dropdowns (Cascading Dropdowns) in Power Apps

This guide explains how to link two dropdown menus in a Power Apps Canvas App so that the options in the second dropdown...
Power Apps

Understanding NULL, Blank, and Empty in Power Apps: A Comprehensive Guide” because

I noticed significant differences in how NULL and Blank values are handled in Power Apps compared to C#. Here are my fin...
Power Apps

How to Filter Power Apps Gallery with Multi-Select Combo Box (Delegation Workaround)

Filtering a gallery based on multiple selections from a Combo Box is a common requirement in Power Apps. However, when u...
Power Apps

Power Apps How to delete selected SPO list items in the gallery|Batch deletion with multiple selections

I was often asked how to delete selected items in the gallery control, so here's a note.Advance preparationThis time, an...
Power Automate

PowerAutomate How to use optional arguments for Power Apps(V2) triggers|Do not generate errors when arguments are not set

Note that I got a little stuck on the use of optional arguments for the Power Automate trigger "Power Apps (V2)".Option ...