Power Automate: Outputs function
The “output” function is used to get the values from actions. Similar to how “variables” function but for all actions instead of only variables. Let’s …
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 “output” function is used to get the values from actions. Similar to how “variables” function but for all actions instead of only variables. Let’s …
Variables are a great way to keep data between actions and manipulate it so we can use it further down the line. But what about …
Parsing URLs is super hard, but Power Automate has many functions that deal with this so nicely that it is a waste of time for …
We’ve covered in the path the indexOf function, but today I wanted to cover the less known brother function, the “nthIndexOf” function. It does the …
I wrote recently about converting strings into numbers, but in that article, I used the “Format Number” action for simplicity’s sake. But its counterpart is the …
Triggers play an essential role in Power Automate since we could not even start the Flows without them. Triggers can have information that could be …
The first question that comes to mind is a “GUID”. I wrote about it a while ago for Power Apps, but today I want to …
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 …
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 …
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 …