Avoid Delegation Warnings When Using If() Inside Filter() in Power Apps
Instead of placing the conditional logic inside the filter predicate, move the decision-making outside and apply separate Filter() statements. If( !Is…
Tech news from the best sources
Instead of placing the conditional logic inside the filter predicate, move the decision-making outside and apply separate Filter() statements. If( !Is…
Customer Insights - Data Configuration Now that data unification is complete, it's time to configure D365 Customer Insights - Data. From the left menu…
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, we…
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 uploa…
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 s…
This continues from Part ① . In Part ②, we'll configure the common settings and the internal-processing Power Automate flows. Common Settings Setting …
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 tes…
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 impli…
When you build a PowerApps Component Framework (PCF) component that will be used across multiple geographies, need to serve labels, button captions, v…
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-codin…
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 r…
1. Introduction Microsoft Power Apps has always sat at the intersection of accessibility and capability — a platform that promised enterprise-grade re…
Personal finance apps are used to be limited to expense, logs and monthly charts. Now Users expect applications that can explain spending patterns, pr…
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 end…