Category Archives: PowerApps

Filtered N:N lookup

  If you ever tried using out of the box N:N relationships, you may have noticed that, out of the box, we cannot filter the lookups when adding existing items to the relationship subgrids. In other words, imagine you have 3 entities: Main entity Complaint entity Finding entity   Main entity is the parent entity… Read More »

Power Apps ALM with Git (theory)

  I’ve been definitely struggling to figure out any kind of sane “merge” process for the configuration changes, so I figured I’d just try to approach ALM differently using the old good “master configuration” idea (http://gonzaloruizcrm.blogspot.com/2012/01/setting-up-your-development-environment.html) Here is what I came up with so far:   There are two repositories in Git: one for the… Read More »

Team development for PowerApps

  Team development for Dynamics has always been a little vague topic. To start with, it’s usually recommended to use SolutionPackager – presumably, that helps with the source control since you can unpack solution files, then pack them, then observe how individual components have changed from one commit to another. But what does it really… Read More »