Coding
December 16, 2024 by James | Leave a Comment
The Problem During the development of a new web application with .NET and Blazor, I encountered a perplexing error. My goal was to create a Cancel button that would redirect users to a page named Tickets upon being clicked. The error message: And here is the exact code that caused the error: The error references […]
Read more »
Tagged
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 […]
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, […]
Low-code Developement
April 11, 2024 / April 11, 2024 by James | Leave a Comment
Low-code development offers a streamlined way for businesses to quickly adapt to changes. It allows for the rapid creation and deployment of business applications with minimal reliance on traditional coding, enhancing efficiency and productivity. This method is particularly beneficial for prioritizing applications focused on customer experience or automating key business operations. At its core, low-code […]
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 […]
General
February 4, 2024 / March 8, 2024 by James | Leave a Comment
I decided to start this website aftering listening to an episode of a podcast called, “A Question of Code” in which the hosts were discussing top tips to enjoy what you do for new developers. I believe it was episode 87: Top Tips review: enjoy what you do but don’t hold me to that! One of the tips that […]