Power Apps Using PDF functions in Power Apps (preview) – creating and viewing multi-page PDFs, saving files, email attachments PDF FunctionsPDF functions are functions that were released as ‘experimental functions’ and allow the creation of PDF fi... 2024.09.08 Power Apps
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 ... 2024.09.08 Power Apps
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 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
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
Power Apps Linking two Dropdown choices in the Power Apps Canvas app In this article, we will explain how to select one value in a dropdown and have the contents of another dropdown change ... 2024.02.16 Power Apps