Good Morning All,
I’m trying to create a flow that will populate a Microsoft Planner task from an Excel sheet – pretty simple right?


In the flow that I’ve created, I’m able to generate the basic task with all the information above the Notes section. This is done with one command so no issues there.
When I try and add the Sub Tasks (Checklist) I run into my issue.
The way that I’ve built the excel table is that the Checklist ID (1, 2, 3, …) are column headings (Checklist1, Checklist2, …). This is causing havoc with the iteration process to try and create the individual Checklist items.
Below is my flow:

Full flow from top to bottom – no detail
The Flow executes fully and will generate the main task, and the 3 checklist items. The problem however is that the titles of the checklist items are a string of the output of the concat function (in Set Variable 2), instead of the heading that the output is trying to represent.


If anyone has some expertise I could borrow, to either solve this particular problem, or just let me know of a better way to build the flow in general, I’d much appreciate the help!
Kind Regards