How to process CSV files with Power Automate – Part 2: dynamic CSV headers
3 weeks ago, I’ve published part 1 of the CSV blog series in which a static CSV approach was handled. This week, I’ll be showing you how to handle a more dynamic approach for CSV files that don’t have a predefined set of columns.
How to process CSV files with Power Automate – Part 1: static CSV headers
Recently, a new project started within our company that had something to do with an Exchange migration. One of the deliverables was to send automated mail notifications based on a CSV export of the migration run. Although the project wasn’t assigned to me, it did trigger me to play around a bit with the CSV […]
Power Automate – How to convert an array to a string
Arrays are very convenient when working with (large) sets of data. They are easily accessible and can contain multiple attributes (like working with a table). The downside is that you cannot simply use the array in text-based actions like sending a email. In this blogpost, I will explain how to convert an array to a […]