Power Automate: endsWith function
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 …
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.
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 …
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 …
Dealing with dates is a standard action, especially when it comes to user-facing applications. Today we’ll focus on the DateAdd function and how we can …
Today something that looks simple, but it’s a bit tricker than it sounds. We’re going to fetch files from a folder but only from a …
Today I want to focus on the fundamentals, especially on an issue that I see a lot regarding dynamic fields and formulas. So let’s explore …