Ippu

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 Automate

How to set a value in the User column of a SharePoint list in Power Automate with an email address, and how to set null.

Note how to set a value in the SharePoint user column from Power Automate by specifying an email address.Person or Group...
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...
Dataverse

Dataverse Allow multiple table types to be entered in the search column. | multi-table lookup columns

I tried one of the lesser-known Dataverse features, "multi-table lookup columns".Multi-table lookup columnsOne of Datave...
Power Automate

Power Automate How to merge parallel branched flows in the new designer|Settings [Run After]

Note that I could not easily find a way to merge parallel branched flows in Power Automate's new designer.What we want t...
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 ...