Power Automate: Office 365 Excel – For a selected row Trigger
The “For a selected row” trigger is incredibly useful., especially for those who use Excel to store data. It takes advantage of Power Automate’s “add-in” …
Making your life easier!
Reference articles will contain information about specific functions and concepts for Microsoft Power Automate, Power Apps, and SharePoint for functions, Actions, and Triggers. It will teach you how to use them and show you pitfalls, limitations, and best practices on how to use them efficiently.
The “For a selected row” trigger is incredibly useful., especially for those who use Excel to store data. It takes advantage of Power Automate’s “add-in” …
Converting things is essential, and Power Automate has a few functions to help us in doing that. Today we’ll focus on the bool function that …
Converting dates is challenging and having a function that does that for us is pretty amazing. The DateTimeValue function does that for us. It converts …
Power Automate has a fantastic feature to reference information from other actions. It’s usually accessible in the “Dynamic Content” tab, but there are times when …
Rounding is a super valuable and essential math operation, but it can be tricky depending on what you want to do. Also, some rules rely …
Sometimes one function is not enough, so combining multiple is necessary. To help us with that, we have the “or” function. It combines multiple functions …
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 …
IsToday function is what I can a “nice to have” function, and I’m happy it exists. Although you could do the math yourself, having a …
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 …