Author Archives: Alex Shlega

Adding CRUD to Virtual Entities

As everybody else has already noticed, CRUD support has been added to the Virtual Entities: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/sample-ve-provider-crud-operations A while ago, I blogged about how we can use canvas apps with virtual entities, and there was a sample plugin there: https://www.itaintboring.com/dynamics-crm/virtual-entities-revisited-setting-up-a-virtual-entity/ So, I figured, I’d just try updating that plugin to support create/update/delete. Since it is, already,… Read More »

Can’t see a model-driven app? Try to activate it

Apparently, model-driven apps may need to be activated now: This is part of the ALM updates released recently: https://powerapps.microsoft.com/en-us/blog/key-alm-updates/ Somehow, there seem to be a bit of inconsistency there. For example, as of writing this blog post, when I created an app through the classic designer, for instance, it’s did not show up in the… Read More »

Have you visited preview version of the maker portal lately? There is solution treeview there

If there is any single feature I’ve been missing ever since new maker portal started to take over from the classic solution designer, it’s the treeview. However, have you visited preview version of the maker portal lately? Some things are definitely brewing there, and one of them is new solution experience which brings back… right,… Read More »

“When an item is created” SQL trigger in Power Automate

There is a SQL Connector in Power Automate, and it has couple of triggers which are dependent on the IDENTITY/ROWVERSION columns in SQL: The existence of those two columns in the table is a pre-requisite for the trigger to work: https://docs.microsoft.com/en-us/connectors/sql/#when-an-item-is-created-(v2) There is a catch there, though, and I probably would not know about it… Read More »