Flighty energy
A problem: An aeroplane that weighs 1000kg is flying at 3500ft with a speed of 100kts. What speed would the aeroplane gain on descending to 3000ft, assuming NO power change, no configuration/flaps changes and the air friction loss is 15%? Bonus questions: Does it really depend on the mass of the aeroplane given? Would the flight path affect the answer – e.g. steep dive or steady… Continue Reading gr.and’s Article on...
How to get (almost) all Flow runs
The beauty of Power Platform is that with the access to Power Automate APIs (almost) anyone can use them and enhance the functionality. In my case I needed to get Power Automate flow run history. It’s available via the call to “https://management.azure.com/providers/Microsoft.ProcessSimple/scopes/admin/environments/${environment}/flows/${flow}/runs?api-version=2016-11-01“, where the… Continue Reading...
Descriptions help!
Did you know, that if you add a description to a field when defining entity field table column (A), that would appear as a hint in Power Automate flow designer (B)? A good example when documentation pays off. A. Description in the tables’ column definition B. Power Automate hint Enjoy building! Continue Reading gr.and’s Article on their blog Descriptions help! Did you know, that if you add a description to a field when...
“When a record is selected” trigger error in Power Automate
“When a record is selected” trigger is a wonderful things that allows you to run flows on one or several records as selected by a user. In addition to that, these flows also run in that user’s context – so all connections would be established under that user. However, in some scenarios, when I tried to run the flow on some records I got this not particularly helpful error. As you may… Continue Reading...