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 […]
Power Apps – How to easily configure control-based security in your canvas app
When configuring canvas apps, all controls you put into your canvas are always visible to all users by default. But some controls should not be available for some users (e.g. Delete of Edit buttons). In this blogpost, I will explain how to configure this kind of control-based security.