Lately I have been getting a lot of requests for help with Power Pages. One request I received recently was how to change the Display Name for columns on a List on a Page, for example, change SalesOrderNumber to Number. Can this be done? Of course! Could I do it in JavaScript? Certainly! But is…
Month: May 2024
Adventures with Power Apps: Fun with Galleries and Canvas Components
I’ve been on a big kick with Canvas Components as of late! Next step, how might I approach a Canvas Component that would need to support a Gallery control? To be honest, I wasn’t sure how I would do this, but I figured I’d give it a try and see if it was doable, and…
Adventures with Power Apps: Fun with Canvas Components! (Part 3)
In Part 1, Adventures with Power Apps: Fun with Canvas Components! (Part 1) – Matt Ruma, we looked at how to build a reusable Canvas Component. In Part 2, Adventures with Power Apps: Fun with Canvas Components! (Part 2) – Matt Ruma, we made the Canvas Component more dynamic and reusable by other Canvas Apps….
Adventures with Power Apps: Fun with Canvas Components! (Part 2)
If you haven’t read Part 1, check it out Adventures with Power Apps: Fun with Canvas Components! (Part 1) – Matt Ruma. This is the next progression in my Canvas App component. I wanted to see if there was a way I could make it more dynamic! I wanted to be able to support X…