How do you convert CSV files to JSON? When you have data in CSV format and you want to use this within Power Automate, there used to be a lot of splitting by end of lines, commas and various other challenges. Nowadays, converting CSV files to JSON can be done in an easier way.
Category: Microsoft Power Automate
All posts about Microsoft Power Automate aka Microsoft Flow.
Hardly ever, I’ve seen a software change take so long for people to accept. How long will it be before developers just get on with as the new designer in Power Automate? Some people end up using it, but the majority of the experienced flow developers still use the old designer most of the time.
Following my earlier post about creating an agent flow. I’m now writing about error handling in Agent Flows. How do we handle basic failures within agent flows?
If you’re new to agent flows, this post will help you get started. I’ll share more about agent flows in upcoming posts.
Power Automate has quite a few string functions that can help you sort out textual issue. Two of these functions are Substring and Slice. Do you know the difference?