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!
Microsoft Power Automate is an automation tool that is super powerful and quite accessible to everyone. Each article is a step-by-step tutorial that teaches you how to build your automation in Microsoft Power Automate. Time spent automating day-to-day tasks always pays off since you free precious time to do other, more complex tasks. And who doesn’t need extra time? If you’re a pro, I’m sure you can find something useful and learn.
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 …