Like learning anything new, you look at it and you go – “huh, I wonder how that works” and then you dig in and see what it does. Such is the case where I was looking at the AI Builder in Power Automate the other day, started playing around with it, and then went deeper … Read More
Category: Dynamics365
Pull Requests with GIT Connections and PowerApps
I did a post a few months ago on Getting Started with GIT Connections and PowerApps, and when I was demoing this functionality to some users, the question came up regarding editing data from the GIT repository back to PowerApps (or was this only a one way highway). In this scenario, I navigated to my … Read More
Identifying Form Security Ownership in PowerApps
When approaching what I consider to be a pretty straightforward problem, I always think to myself, “I can’t be the first one to have had this issue.” Not only that, on the day of AI, when I think a task should take minutes, I actually spend hours trying to figure it out. Case in point, … Read More
Custom Scripting in Customer Insights
Up until February 2025, customization of the base Preference Center in Customer Insights was problematic because of limitations enforced in editing the HTML Preference Center. When editing Javascript in your preference center, regardless of the code you wrote, it would be subsequently encased within a <safe-script> javascript tag, preventing more complex javascript from being executed. … Read More
Calling Child Flows from Power Automate
The problem that any developer will encounter, regardless of the platform they are working on, is the desire to never copy or duplicate code. It starts from a desire to keep everything clean and in its place but over time it evolves into being lazy (a good, great lazy) where you don’t want to copy … Read More
Customer Insights External Compliance Profiles
In Customer Insights (Real-Time Marketing), you have 3 options when creating a compliance profile, the first two involve using built-in Microsoft portal pages (Preference and Subscription Center) – where the Preference Center is particularly geared towards Real-Time Marketing, and the Subscription Center is geared towards the older Outbound Marketing. The third option, the External Compliance … Read More
PowerApps Solution Architecture: The Summary
Over the past few posts, we’ve discussed several different architecture options for designing and maintaining PowerApps Solutions. The All-In-One Solution The Feature-Based Solution The Team-Based Solution The Component-Based Solution The question now becomes which one is the best that I should use every single time. Well, the beauty of architecture is that there are many … Read More