Posts by Year

2026

Making Dataverse solution imports fast

15 minute read

Why solution imports are slow and what to do about it. Import types, SmartDiff, real benchmark data, and a troubleshooting checklist. Part 2 of a 3-part seri...

Dataverse solution component types

8 minute read

Two architectures for solution components live inside Dataverse. They import differently, diff differently, and show up differently in source control. This i...

Back to top ↑

2025

Speeding up PCF build with esbuild Permalink

less than 1 minute read

Previously I wrote about optimizations/fixes which you can do to improve PCF build times with the default PCF setup. Since then, Microsoft has added a suppor...

PCF Dependent Libraries Preview Permalink

less than 1 minute read

Few days ago, Microsoft has silently published docs about a new feature in Power Apps component framework called Dependent Libraries. We are going to look un...

Speeding up PCF build Permalink

less than 1 minute read

At NETWORG we have been extensively using Power Apps component framework which allows us to build custom UI components for Power Apps. Our largest repo with ...

Back to top ↑

2024

Back to top ↑

2023

Back to top ↑

2022

Flatten nested arrays

1 minute read

I want to write a follow-up for one of my previous posts Remove variables from apply to each action. I have been using this technique quite a lot and run int...

There was a problem refreshing the dataflow

1 minute read

Lately, I got my hands on Power Apps Power Query Dataflows. It is a pretty handy tool for migrating, transforming, and importing data. I suggest you to try i...

ALM vs. Power Automate

8 minute read

The only way how to achieve proper application lifecycle management (ALM) in Power Platform is to deploy everything through a managed solution. This is espec...

Remove variables from apply to each action

4 minute read

Using variables inside your flows can be quite handy. You can store data in them, update the data, and append it to string or array variables. There is one s...

Calling Approval Follow ups via HTTP calls

2 minute read

Recently, I encountered a case where I needed to send a Follow up via Power Automate Flow, to automatically notify users about pending Approvals. Let’s take ...

Back to top ↑

2021

Hide button on all entities

less than 1 minute read

Lately, I was wondering, if there is a way to hide some buttons through the whole environment. I have been using Ribbon Workbench to hide buttons for specifi...

NTLM Authentication with HTTP Client

2 minute read

In rare cases you will face a system which is secured by NTLM Authentication. It can even expose a REST API. In this blog post, I will show you how to easily...

Hiding rolodex in subgrid

less than 1 minute read

If you want to hide rolodex on your subgrid (the bar on the bottom with whole alphabet), this post is for you. While working with dashboards, one line caught...

Back to top ↑

2020

Cross-tenant publisher verification Permalink

less than 1 minute read

Starting in November 2020, Microsoft started limiting applications to which end-users can consent to. The setup is fairly simple if you use a single tenant f...

Power Automate triggers inside of a loop

4 minute read

As we all probably know, every Flow in Power Automate begins with a trigger and continues with multiple actions, branches and conditions. But have you ever c...

Speed up your PCF push dev deployment

1 minute read

When you develop controsl with PCF tooling, you can make use of pac pcf push command which will push the components to your environment, so you can test it.

Best way to consume REST APIs in .NET

1 minute read

Have you ever found a well documented API? Yeah, me neither. But seriously, have you ever wanted to consume an API documented with Swagger or OpenAPI? You ca...

Back to top ↑

2019

Office 365 Academic Licenses

1 minute read

If you are an administrator for some academic institution and you would like to start using Office 365 you have probably hit a rock of lack of information an...

Troubleshooting 550 5.7.708 error from EXO

less than 1 minute read

From time to time, when you start Office 365 trial with Exchange Online license, after some time you happen to be cut off from email communication and you ge...

Office 365 domain ForceTakeOver

1 minute read

If you are an Office 365 administrator, I believe that you have experienced this scenario. The situation when you want to add a domain to an Office 365 tenan...

Logic App in a multi tenant environment

2 minute read

Since 2018 I am playing with Logic Apps. All that time I have been thinking about the best approach for authentication and authorization. There are certain s...

SendGrid, forwarding and DMARC policy

2 minute read

We have recently deployed a strict DMARC policy (p=reject; sp=reject) on our domains. While this adds greater security while sending e-mail and prevents spoo...

Back to top ↑

2018

Logic Apps foreach and variables

less than 1 minute read

Sometimes we need to work with a variable inside a loop section. Whether it’s a precomputation or just a helper variable. Logic Apps allows us to do so. Yet ...

Historie Dynamics CRM / CE / 365 for Sales

4 minute read

Jako základ pro další články a informace o platformě považuji za nezbytné, abych přiblížil historický kontext a vývoj platformy, která dnes stojí za službou ...

Azure AD authentication for SSH

2 minute read

To be honest, managing authentication in Linux for multiple users/admins can be a huge pain. Different companies use various tools - generally, they use a ce...

Představení Azure Logic Apps

3 minute read

Služba Azure Logic Apps zjednodušuje vytváření automatizovaných škálovatelných workflows (pracovních postupů), které integrují aplikace a data napříč cloudov...

Úvod do Microsoft Cognitive Services

4 minute read

Microsoft Azure nabízí spoustu praktických pomůcek, které můžete využít ve vašich aplikací. Mě osobně nejvíce zaujaly „poznávací“ služby, tedy Cognitive Serv...

Back to top ↑