Power Automate: int Function
The int Function does something super simple. Convert a string into an integer value. That’s it. But, as always, we need to be careful while …
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.
The int Function does something super simple. Convert a string into an integer value. That’s it. But, as always, we need to be careful while …
The split Function breaks down your string into an array of strings using the delimiter that you defined. Think of the delimiter as a border. …
The toLower Function sets all items in a string to lowercase. There is the toUpper function also, and these functions are super useful, mainly if …
The toUpper Function sets all items in a string to uppercase. There is the toLower function also, and these functions are super useful, mainly if …
The min Function finds in an array of numbers the lowest number. Quite simple and handy. Usage It follows a simple pattern. An array of numbers …
Power Automate provides functions to add time-based on each of the units. For example, you can use the addSeconds Function to add only seconds, but …
The formatDateTime Function allows you to turn a specific date in any format you want. It’s pretty helpful since different countries represent dates differently. Another …
I’ve used the addSeconds Function in previous posts but never spent time to explain it adequately. This function adds the number of seconds to a specific …
The addMinutes Function works just like the addSeconds Function and other similar functions. It adds the number of minutes to a specific date, based on a …
The addDays Function works just like the addSeconds Function and other similar functions. It adds the number of days to a specific date, based on a …