Export Trello cards to Microsoft Planner with the help of Power Automate
Recently, it was decided to start using Microsoft Planner. A logical choice, as we are increasingly using Office365, and Microsoft Planner integrates well with other products like Teams. However, we had already been using Trello for over a year, and the number of cards had become countless. Therefore, manually transferring these cards was not an option, but unfortunately, there is no easy way to export cards from Trello and import them into Planner. After some clicking around in Teams, I came across Power Automate and saw a connector to Microsoft Planner. And you guessed it: I was able to build a flow to import the Trello cards.
Below, I describe the steps I followed to migrate our cards. But every organization uses Trello differently, so adjust the flow to your own situation!
First, log in to your Trello account and create a JSON export of your data. This can be done without a premium plan!
You'll receive a bulk of JSON data, most of those data is not relevant for Microsoft Planner. Load the exported JSON data into an editor tool like jsoneditoronline.org. Modify the file so that you're left with only an objects containing relevant data. I chose to keep only the fields title, description, and idList.
Now comes the fun part: Power Automate! Open Power Automate in your Teams channel or go to make.powerautomate.com. Next, create the following Flow. I'll explain what happens in each element.
And that's it! Now run your flow, and the cards will be neatly transferred to your Microsoft Planner environment.