What Went Wrong For Copilot
There have been 3 amazing tools launched by Microsoft recently: Code Apps Cowork New Copilot Studio (aka GitHub Copilot Harness) These tools had me…
Tech news from the best sources
There have been 3 amazing tools launched by Microsoft recently: Code Apps Cowork New Copilot Studio (aka GitHub Copilot Harness) These tools had me…
This continues from Part ③ . We have the system set to refresh data daily, but unexplained errors can sometimes occur. Symptoms The segments were no…
This continues from Part ② . As part of Customer Zero, we planned to extract customers with no contact activity in the past 90+ days and send activi…
Instead of placing the conditional logic inside the filter predicate, move the decision-making outside and apply separate Filter() statements. If( !…
Customer Insights - Data Configuration Now that data unification is complete, it's time to configure D365 Customer Insights - Data. From the left me…
Once the D365 Customer Insights installation is complete, the first step is connecting data to the Data module. Since we need data from D365 Sales,…
I wanted to turn some photos into pixel art for a side project, and every online tool I found either watermarked the output, required signup, or upl…
This continues from Part ② . Does any of this sound familiar? After a customer meeting, activity entries in the SFA get missed — materials don't get…
This continues from Part ① . In Part ②, we'll configure the common settings and the internal-processing Power Automate flows. Common Settings Settin…
What is Customer Zero? "Customer Zero" is a strategy used by IT and technology companies in which the company itself becomes the "0th customer" (a t…
Power Apps Components Explained: Build Reusable UI Like a Pro Imagine building a form in Power Apps, perfecting the styling, adding validation logic…
The phrase " low code " has carried a lot of baggage over the years. For a long time it was synonymous with drag-and-drop, formula bars, and the imp…
When you build a PowerApps Component Framework (PCF) component that will be used across multiple geographies, need to serve labels, button captions,…
If (Sports Fan && Power App){ return "Goal!" } You know what I really admire in software development? No matter if it is no-code or hard-cod…
A blank gallery in Power Apps does not always mean your app is broken. Most gallery issues come from one of these areas: The Items property A filter…
1. Introduction Microsoft Power Apps has always sat at the intersection of accessibility and capability — a platform that promised enterprise-grade…
Personal finance apps are used to be limited to expense, logs and monthly charts. Now Users expect applications that can explain spending patterns,…
I was building a side project that needed image compression. My first instinct was to look for an API — TinyPNG, Cloudinary, something with a POST e…