Power Apps

Power Apps

How I Handle Variables in Power Apps: My Tips for Set, UpdateContext, and With.

I'm often asked about the use of different variables in the Power Apps canvas application, so I'll note the use I make o...
Power Apps

Introducing how to check variables used in Power Apps|About search and replace

Note on how to see where Power Apps variables are defined and used.Power Apps VariablesFrankly, the readability of Power...
Power Apps

How to Bulk Update SharePoint Data in Power Apps: Patch vs UpdateIf vs ForAll

I was asked about bulk updating SharePoint data, so I decided to conduct a performance comparison test.Note: For bulk cr...
Power Apps

How to write a clean Filter function in Power Apps|Discussion of problems with the way it has been written in the past.

I have learnt how to write neatly when applying Filter to a gallery, and I have made notes on how I have tried and teste...
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...
Power Apps

How to convert Word, Excel and Power Point files to PDF using only the Power Apps canvas.

I found this article interesting and tried it out.Advance preparationThe assumption is that the file needs to be in the ...
Power Apps

How to turn Word, Excel and Power Point previews into Power Apps canvas apps.

I found this article interesting and tried it out.Advance preparationSave sample files in the SharePoint document librar...
Power Apps

Getting the ‘item count’ of SharePoint lists with more than 2000 items in the Power Apps Canvas app.

Because of the ‘data row limit’ and the ‘delayed loading feature of the gallery’, it was difficult to get the number of ...
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

Power Apps Behavior when using the With function on the Items property of a gallery|Delegation is possible but not all items can be displayed

We investigated the behavior of the With function when used with the Items property (data source) of the Gallery in the ...