Category Archives: PowerApps

“Default” property in the Canvas Apps controls – there is more to it than the name assumes

This comes straight from the Power Apps documentation: Default – The initial value of a control before it is changed by the user https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/properties-core Actually, I never bothered to read that definition until recently, and, it seems, there is some discrepancy there. That definition seems to imply that “Default” will only affect your control’s initial… Read More »

Here is a riddle: “I am a readonly record, but I am still updatable in the user interface. What am I?”

Have you ever noticed there is at least one entity in the Model-Driven apps (and in Dynamics before) which would sometimes claim a form is read-only, but which would still be somewhat updatable in the user interface? Even more, this peculiar behavior may not be easily controlled through java scripts. See, you can update “Regarding” field… Read More »