Power Automate: How to parse a CSV file
Today I answered a question in the Power Automate Community, and one of the members posted an interesting question. How to parse a CSV file …
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.
Today I answered a question in the Power Automate Community, and one of the members posted an interesting question. How to parse a CSV file …
The int Function does something super simple. Convert a string into an integer value. That’s it. But, as always, we need to be careful while …
When you’re fetching data from Excel, you would expect that Power Automate receives one from Excel. Both have the concept of dates, but something “strange” …
I want to show you today something that makes some people confused. When you create a form, you can define that a field is a …
Most of us use approval actions to collect feedback from a set of options, but were you aware that there’s another way to send a …
The split Function breaks down your string into an array of strings using the delimiter that you defined. Think of the delimiter as a border. …
Having Power Automates running is easy but making them fail-proof is not has hard it may look when compared with the benefits that it brings. As …
The toLower Function sets all items in a string to lowercase. There is the toUpper function also, and these functions are super useful, mainly if …
The toUpper Function sets all items in a string to uppercase. There is the toLower function also, and these functions are super useful, mainly if …
As we’ve seen so far in our Power Automate articles, any user can quickly create one and start dragging boxes to create a complex workflow …