Sort an array by dates in Power Automate
When we use the Sort function to sort arrays in Power Automate, it is soo much easier than the 3 step approach that we had before. But when you try…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
All posts about Microsoft Power Automate aka Microsoft Flow.
When we use the Sort function to sort arrays in Power Automate, it is soo much easier than the 3 step approach that we had before. But when you try…
This feature “Format data by examples” will kill one of my most popular posts! How to format dates using formatDateTime. Using the Format data by example Although this feature is…
Recently a new ParseJSON feature was added to Power Apps. ParseJSON is possibly one of the most complex functions available in Power Apps. in this post some help! ParseJSON Introduction…
Yesterday I was asked about how to avoid variables when you want an index number of the item processed by an apply to each step. Variables or Compose? The variables…
Debug compose actions and condition steps can be difficult as flow runs will only show the output of your expressions. In this post a workaround, to make this easier. Try-Catch-Finally…
Do you know what you can do when you purchased Power Automate licenses? Or what does that Trial that you enabled give you? Power Apps Plan(s) In Power Apps the…
Although Dataverse is available many of us still use SharePoint to store their data. But how do you secure your SharePoint data? Or are you just happy for people to…
When you want to return arrays from a flow in Power Automate to an app in Power Apps you could use the Response action, however this requires a premium connector…
Have you tried using terminate in the middle of an apply to each? Did you get The operation terminate cannot be used inside a for each? Terminate The terminate action…