Power Automate: nthIndexOf function
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 …
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.
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 …
Did you know that you can limit the Flow’s trigger based on any criteria? For example, let’s say that you’re catching a Microsoft Forms reply, …
Today’s question comes from Echo and asks me the following: Problem Scenario: When file is created in SharePoint folder named “Attachment”, extract the file and …
The “When a task is assigned to me” trigger does something that most don’t. It reacts to changes in all Planner Plans and not only …
I wrote about the formatNumber function , the counterpart of the “Format Number” action, in case you need to develop complex formulas to get 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 …
I already wrote about how to “Convert Excel Number to Date” in the past, but I got a good question. How about the minutes and …
I was contacted recently by Laura with the following question: I am using Forms to create an exam, and would like the responder’s answers to …
I’ve already covered the “When an item is created or modified” trigger, but today, I wanted to cover its small brother, the “When an item …
Not all numbers (or strings that are numbers) are the same so we should not treat them as such. Some could be a simple number …