Power Automate: and function
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 …
Making your life easier with automation
This Power Automate function reference has two main objectives. To explore the fundamental concepts and understand them better. The second is to provide some feedback on how to use them efficiently.
I don’t want for this Power Automate function reference to replace the excellent Microsoft reference, but I want to augment it with some information that you only find once you use the tools.
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 …
Nothing compares to the Power Automate “if “function when it comes to fundamental functions. It exists in all platforms, programming languages, and tools. You name …
Comparisons are an essential part of any platform, and Power Automate has fantastic functions to help us with that. For example, the “greaterOrEquals” function serves …
JSON is a standard used in multiple areas like integrations between systems (like Power Automate connections, for example), so it’s pretty widespread even if we …
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 “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 item function is oftentimes misunderstood since it’s not common to be used, but it’s beneficial. For example, when you’re inside a repeating action, like …
When it comes to parsing strings, there’s a lot of difficult things to take into consideration. For example, spaces in the beginning and the end …
I see many questions around this function; one of those is, “why should I use a createArray function?” It may seem strange, but this function …
Building strings is one of the most common actions in any tool or framework, and Power Automate is not the exception. The Concat function helps …