Category Archives: PowerApps

Canvas app error: the requested operation is invalid. Server Response: _scrubbedSensitiveData_

Here is an interesting error I ran into the other day: It does sound like there was something in the server response that was considered “sensitive data”, but what could have happened? The screenshot above is, actually, from the application I created specifically to reproduce the error and see why it’s happening, so it’s very… Read More »

DataSourceInfo – checking table permissions

You might have seen Lance Delano’s post about permissions support functions: https://powerapps.microsoft.com/en-us/blog/permissions-support-in-datasourceinfo-and-new-recordinfo-functions-for-dataverse/ This can be very useful, and it sort of feels this might be part of the functionality that would be required to use Power FX when configuring command bar buttons in model driven apps (since we would need to disable/enable those buttons based… Read More »

Using C# code in custom connector to connect to Dataverse?

This one is almost of an academical interest; since, after all, there is Dataverse connector available already. But,  just on the principle, I was wondering if it were possible to use C# code in the custom connector to connect to Dataverse? Actually, there is nothing special about Dataverse – the same approach could be used… Read More »

Dataverse dilemma: should it be a flow or should it be a plugin?

When it comes to implementing business logic In the Dataverse environments, we have a few valid options: Cloud flows Plugins Classic workflows Yes, classic workflows is not at the top of our minds these days, but, with no Flow alternative to the real-time workflows, I don’t see them going away easily yet. However, for all… Read More »