Power Automate: endsWith function
Power Automate’s endsWith function is part of a set of functions that deal with strings. In this case we’re checking if a string ends with …
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.
Power Automate’s endsWith function is part of a set of functions that deal with strings. In this case we’re checking if a string ends with …
Comparisons as extremely useful in any programming language or platform, and Power Automate is not the exception. For example, the “greater” function helps us to …
The “ticks” function is beneficial when it comes to parsing dates. Since dates are so messy to convert due to timezones, leap years, daylight saving, …
The integration between Power Automate and Excel is fantastic, and we can do a lot with the actions available to us. Today we’ll check the …
The “When a file is created (properties only)” trigger is an excellent way to control files by automating the actions that deal with them. Today …
Comparisons are an essential part of any platform, and Power Automate has excellent functions to help us with that. The lessOrEquals function is incredibly handy …
Today something that looks simple, but it’s a bit tricker than it sounds. We’re going to fetch files from a folder but only from a …
Today I want to focus on the fundamentals, especially on an issue that I see a lot regarding dynamic fields and formulas. So let’s explore …
Microsoft Teams is the tool today for interaction with co-workers, but it can be overwhelming when the channels are popular, and people are active. So …
Sometimes one function is not enough, so combining multiple is necessary. To help us with that, we have the “and” function. It combines various functions …