Power Automate: string function
Converting things is essential, and Power Automate has a few functions to help us in doing that. Today we’ll focus on the string function that …
Making your life easier!
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.
Converting things is essential, and Power Automate has a few functions to help us in doing that. Today we’ll focus on the string function that …
Comparisons as extremely useful in any programming language or platform and Power Automate is not the exception. The “equals” function helps us to have two …
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, …
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 …
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 …