Power Automate: startsWith function
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 …
Making your life easier!
Microsoft if the global area that will encompass a lot of sub-categories. You’ll find articles on Microsoft Power Automate, Power Apps, SharePoint, and reference materials for each of these areas. You’ll also find other specific reference articles that focus on particular features of each of the platforms mentioned.
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 …
The trim function serves as an excellent helper tool to clean text. We all know that if we have five people inserting data into a …
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 …
Checking if something is empty can save a lot of actions and potential breaking Flows. That’s why we have the “empty” function that will check …
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 …