Power Automate: or function
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 …
Making your life easier!
Power Platform is a set of tools that enables everyone to become a developer. It comprises 4 parts: Power Automate, Power BI, Power Apps, and Power Virtual Agents. See where the “Power Platform” comes from? Also, it provides tools that enable you to connect to other parts of Microsoft’s ecosystem like Microsoft 365 (former Office 365), Dynamics 365, Azure, and much more.
If you read my articles, you’ll notice that this is a big focus area. It’s quite amazing what you can do when everything is taken care of for you. Not dealing with infrastructure, servers, code, developers, and much more is a blessing. You only need to bring your business expertise, and you can deploy applications in your organization. Also, you can make your own dashboards or save everyone time by building Flows.
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 …
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, …
The integration between Power Automate and Excel is fantastic, and we can do a lot with the actions available to us. Today we’ll check the …
GUID stands for Global Unique IDentifier, and it’s a market standard that is represented by “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx “. Alternatively, since the structure is always the same, …
The “When a file is created (properties only)” trigger is an excellent way to control files by automating the actions that deal with them. Today …