Power Apps

Power Apps

How to bulk update SharePoint data from Power Apps Patch vs UpdateIf vs ForAll

I was asked about bulk updating SharePoint data, so here's a note on how to do it. I also did a performance comparison. ...
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

Using PDF functions in Power Apps (preview) – creating and viewing multi-page PDFs, saving files, email attachments

PDF Functions PDF functions are functions that were released as ‘experimental functions’ and allow the creation of PDF f...
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 preparation The assumption is that the file needs to be in th...
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 preparation Save sample files in the SharePoint document libr...
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 ...
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...