Power Apps

Power Apps

Relationship between the AddColumns function and delegation in Power Apps|DropColumns and ShowColumns also only allow the gallery to display up to 500 items.

When using AddColumns for the gallery, I had been feeling a slight discomfort for some time, so I did some research and ...
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 ...
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

Detailed Explanation of if in Power Apps|If Specification, Use of Value Return and Process Implementation

I have looked into the use of if in Power Apps in detail and note the results.Return value or processThe if function in ...