Monthly Archives: July 2020

Adaptive Cards – PowerStorm session findings

Just had a really cool PowerStorm session with Aric Levin and Linn Zaw Win. You would think that’s not a lot of people, and there would be no argument there, but, that said, the idea of those sessions is not to do a demo/presentation, but, rather, to try something out together. Long story short, I… Read More »

PowerStorm watch for July 30 – Adaptive Cards possible

Hey everybody – another PowerStorm watch has just been confirmed, and, apparently, it’s going to happen on Thursday, July 30, at 9 PM EST.     According to the itaintboring powerologists, here are some examples of the conditions you may expect during the event: Different ideas of using Adaptive Cards with Power Platform will be… Read More »

When would onSave form event occur in model-driven apps?

We can use three different functions to save a form: formContext.data.entity.save formContext.data.save formContext.data.refresh(true…)   Off the top of your head, do you know which one will result in the “onSave” form event and when? Those details might not be quite obvious when looking at the documentation for each of the functions separately, but there is… Read More »

Using application monitor to troubleshoot Model-Driven apps

You may have heard that we can now use Monitor with model-driven applications. It can provide some very useful context about the client-side behavior of your apps, but there is one option which may be particularly useful when troubleshooting end-user issues. It seems this process is supposed to be done through the “Invite” button below:… Read More »

We can now do column comparison with Fetch/Web API!

Wow, we’ve been asking about it for a (long) while: https://powerapps.microsoft.com/en-us/blog/announcing-column-comparison-through-fetchxml-sdk-and-odata/ Do you want to do column comparison with Fetch? You can do it now – it’s only supported for a few conditions so far: Equal NotEqual GreaterThan GreaterEqual LessThan LessEqual   And it’s not, yet, supported in the UI query building tools (Advanced Find).… Read More »