Power Automate: not function
Many think that the not function is useless. Usually, the “not” function is used in comparisons, so if you’re comparing if something is not something …
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.
Many think that the not function is useless. Usually, the “not” function is used in comparisons, so if you’re comparing if something is not something …
Those who don’t know your profile always exist if you have an office 365 account. Depending on the diligence of your organization, your profile can …
The idea for this article came from a comment posted on the website where we were trying to figure out the solution to filter an …
Power Automate’s startsWith function is part of a set of functions that deal with strings. In this case, we’re checking if a string starts with …
The “append to array variable” action is one of the most used functions on my daily Flows. It’s instrumental when parsing information and keeping the …
Converting things is essential, and Power Automate has a few functions to help us in doing that. Today we’ll focus on the float function that …
Variables are generic objects that can store things for us. They are instrumental, but we need to provide them with data. To do that, we …
Today let’s add a fantastic new tool to your toolbelt. First, we’ll check how to get dynamic information from SharePoint, like the lists, the fields …
The concept of “boolean” changes a bit from the platform, programming language, and framework that you’re using. Some consider it as 0 or 1, others …
In Power Automate, we need to parse a lot of strings and collections and, sometimes, it’s essential to understand if we have something that exists …