Power Apps

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 Apps

Power Apps How to list Office365 Users Connector in a combobox and how to set default values

Note that I was asked how to display a list of Office365 Users Connector in a combo box and set a default value.Office 3...
Power Apps

[Power Apps] How to Set Multiple Default Users in Combo Box (V2 Support) & Restore from Split Text

In a previous article I wrote about how to show Office365 users in the combo box and how to select users by default, but...
Power Apps

[Power Apps] SortByColumns Delegation Warning Guide: How to handle dynamic sorting limitations

In this article, I investigate the delegation limitations of "Sort" and "SortByColumns" functions in Power Apps, specifi...
Power Apps

Power Apps “RemoveIf” and “UpdateIf” are NOT delegable function.|Recommend combined use with “With” or “Filter” function.

I didn't know that "RemoveIf" and "UpdateIf" are not able to delegate to data source and got unexpected results, so here...