Power Automate: length Function
The length function is handy to get the size of a string or the number of objects of a collection. So you can use it …
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.
The length function is handy to get the size of a string or the number of objects of a collection. So you can use it …
I’m sure you noticed by now, but if you didn’t, here’s something you should know. When you do a “Get Items” from a SharePoint List, …
There are several count functions in Power Apps, and all of them draw inspiration from Excel. I will detail them all in this reference but, if …
Controls are a blessing and a curse at the same time. They are right there in the app and provide us with tools to perform …
The “indexOf” function is essential for data parsing. You’ll rarely parse some text and don’t use this function. It returns the first occurrence of a …
One of the best ways to deal with email is not to deal with it at all. With Power Automate, you can check each email …
Sorting is essential for any app’s good navigation, but most of the time, we want to define a column to be the “default” sorting column. …
Sorry if the title looks a little bit like “clickbait,” but I want to show you something really cool. Now that SharePoint has expanded the …
The substring function is widely popular and widely used. We have the need all the time to parse the string to get sections of it. …
As Flows grow more and more in complexity, managing one becomes important for fixing issues, testing, and maintenance. Power Automate provides a wonderful tool for …