Power Automate: How to parse an array more efficiently
When parsing arrays, our first reaction is to add an “Apply to each” action to fetch elements. It makes sense, but how about when we …
Making your life easier!
Microsoft Power Automate is an automation tool that is super powerful and quite accessible to everyone. Each article is a step-by-step tutorial that teaches you how to build your automation in Microsoft Power Automate. Time spent automating day-to-day tasks always pays off since you free precious time to do other, more complex tasks. And who doesn’t need extra time? If you’re a pro, I’m sure you can find something useful and learn.
When parsing arrays, our first reaction is to add an “Apply to each” action to fetch elements. It makes sense, but how about when we …
Microsoft Forms are a great way to get information from people. I’ve mentioned this before, but it’s important to stress. Microsoft Forms are a great …
SharePoint list items change a lot, and it’s handy to know when they do. So today, we’ll check the “When an item is created or …
Arrays are part of the building blocks of Power Automate. We can get arrays from many actions like the SharePoint “Get Items” action, for example. …
The SharePoint connector is one of the complete connectors, especially when it comes to lists. We can do a lot of operations to list items, …
There are a lot of valuable triggers for SharePoint list items, like the “When an item is created or modified” trigger. They help us understand …
I wrote a couple of articles in the past on how to deal with Microsoft Planner tasks. You can find them at “Update task details” …
Having Flows that do everything for us without us even having to trigger them is fantastic. The “Recurrence” trigger does precisely this for us. It …
The “lastIndexOf” function is the corollary to the “indexOf” function, where it returns the last occurrence. It always returns a number, and it will return: …
The “Respond to a PowerApp or flow” action is not very useful for single running Flows, but when you create “Helper Flows,” you need this …