Author Archives: Alex Shlega

How to: not to get stuck on the required fields when creating a Power Automate Flow

Microsoft Dataverse has a somewhat unique interpretation of what a “required” field is. It’s a bit of “do as I say not as I do”. For example, I can’t create an account in the user interface not having “account name” populated (since it’s a required field): But, of course, behind the scene… whether through Excel… Read More »

Forms within forms

Out of a sudden, there is functionality now that we always wanted… and, yes, it went almost unnoticed. We can use main forms within other main forms now. As in the example below, I can edit primary contact information without even leaving the account form. And, then, I can do the same with the owner… Read More »

Incremental refresh for the Dataflows which are loading data from SQL to Dataverse

In one of the earlier posts this month I was seemingly unhappy about the missing “incremental refresh” option: https://www.itaintboring.com/dynamics-crm/power-platform-dataflows-have-i-missed-incremental-refresh-option-somehow/ But, having thought about it a bit more, I don’t think it’s such a big issue. Not when working with the SQL data sources, at least. All we really need is a view that will pre-filter… Read More »

Canvas App on the Dashboard – how do we handle application url?

Environment variables can be very helpful in a lot of situations. Here is yet another scenario where I found them very useful the other day. Imagine you have a Canvas Application you wanted to display in a web resource. Maybe even on the dashboard… something like this: The app there is very simple, but it’s… Read More »

How to: intercept record assignment and keep it under the same team all the time?

There was a little unusual scenario to cover. With user-owned tables in Dataverse (see, I’m practicing different pieces of new terminology in the same sentence ), how do we keep all records under the same team? You might probably question the scenario to start with, and I’d be happy to just say that there is… Read More »

Promote to Admin and Check Access – two buttons we can use to investigate access issues

It might be yesterday’s news (or, at least, it’s probably at least a month old now) that we have “Check Access” button in the model-driven apps: This one is available from the command bar, and it allows us to check record access for any user in the system: It can also track record sharing –… Read More »

Power platform Dataflows – have I missed “Incremental refresh” option somehow?

This month seems to be all about data integration/data migration for me, so, even though I’m still using good old SSIS in many cases, I wanted to look at the Dataflows a little closer. After all, they don’t require any additional deployment/licensing – we just need to go to the maker portal and start building… Read More »