Power Apps

Power Apps

Power Apps Summary of Data Tables for displaying data in tabular format|Discussion on how to use with the Gallery.

In Power Apps, there are two types of controls for displaying a list of data: "Gallery" and "Data Table". I have always ...
Power Apps

Power Apps Gallery scrollable both horizontally and vertically|Display vertical and horizontal scroll bars in Gallery

I implemented this because it became necessary to scroll the gallery both horizontally and vertically. What we want to d...
Power Apps

Notes for delegation when using “Sort” and “SortByColumns”|Comparison between SPO and Dataverse

Continuing from the last issue, I researched Sort and SortByColumns and delegation in detail. ※Previous article here. De...
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...