The post Low-code & Pro-code working together: Hierarchical view in Canvas App
In this post, I explore how low-code and pro-code approaches can work together to create a hierarchical view in Power Apps Canvas Apps. Drawing inspiration from a previous solution I developed for Model-Driven Apps using a PCF, I wanted to see if a similar feature could be implemented using Canvas Apps. By leveraging a custom API to prepare data in a hierarchical structure on the server side, and combining it with Power Fx for minimal code on the client side, I demonstrate how to efficiently render hierarchical data in a Canvas App. This method reduces the complexity of Power Fx code while maintaining a rich user experience. Special thanks to Tiran Dagan for the inspiration.
Written by wilmeralcivar88@gmail.com