Power Automate: Condition Action
I can say with confidence that the condition action is one the most used actions in Power Automate. It’s simple in nature and instrumental in …
Skillful Sardine
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.
I can say with confidence that the condition action is one the most used actions in Power Automate. It’s simple in nature and instrumental in …
I’m sure you need to filter arrays all the time. It’s a common action, and it’s simple to do – if you have only one …
The “Apply to each” Action is one of Power Automate’s most used and useful actions. Since many actions return arrays, it’s useful to have an …
The length function is handy to get the size of a string or the number of objects of a collection. So you can use it …
I’m sure you noticed by now, but if you didn’t, here’s something you should know. When you do a “Get Items” from a SharePoint List, …
The “indexOf” function is essential for data parsing. You’ll rarely parse some text and don’t use this function. It returns the first occurrence of a …
One of the best ways to deal with email is not to deal with it at all. With Power Automate, you can check each email …
The substring function is widely popular and widely used. We have the need all the time to parse the string to get sections of it. …
As Flows grow more and more in complexity, managing one becomes important for fixing issues, testing, and maintenance. Power Automate provides a wonderful tool for …
If you’re not a developer, the concept of “comments” can be new, but any developer friend will tell you that they are essential or not …