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... 2024.09.08 Power Apps
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 ... 2024.09.08 Power Apps
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... 2024.08.29 Model-Driven Apps
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... 2024.07.13 Power Automate
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 ... 2024.07.13 Power Apps
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... 2024.07.06 Power Apps
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... 2024.06.10 Dataverse
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... 2024.06.10 Power Automate
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... 2024.02.16 Power Apps
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 ... 2024.02.16 Power Apps