Posts related to the Microsoft Power Platform.
Power Apps Power Platform
August 30, 2024 by James | Leave a Comment
Experience Level: Intermediate Creating columns that behave the way you want them to can be frustrating when designing a Canvas app. The default templates work great for simple apps that don’t need a lot of visual elements, but they are not a one-size-fits-all solution. If you want full control over your layout, knowing how to […]
Read more »
Tagged
Power Automate Power Platform
April 26, 2024 / April 26, 2024 by James | Leave a Comment
What is a Condition Block in Power Automate? A condition is typically represented as a block within your flow. It evaluates an expression or comparison to determine whether it’s true or false. True or False Path: If the condition evaluates to true, the flow proceeds along the “true” path. If the condition evaluates to false, […]
Power Apps
March 8, 2024 / March 8, 2024 by James | Leave a Comment
To create a form to upload an Excel file to a Power App that updates an existing Dataverse table, you can follow these steps: The real-life process for setting this up is not intuitive and by no means straightforward. I’ve had difficulties getting it working for my Model-driven app. I will update this article with […]