Problem I'm trying to solve: Can you please share how I can tell flow/power automate to keep the tasks being sent to planner from an excel worksheet to present in planner from top to bottom. Or said another way the first row in excel will be the first/top task in planner, so on and so forth.
In excel have 3 rows with a header called Task Title
In Excel Task Title
To Do 1
To Do 2
To Do 3
I create a flow in power automate and turn concurrency control ON WITH degree of parallelism 1. The result is
In Planner Task Title
To Do 3
To Do 2
To Do 1
I create a flow in power automate and turn concurrency control OFF. The result is THE SAME
In Planner Task Title
To Do 3
To Do 2
To Do 1
Can you please share how I can tell flow/power automate to keep the tasks being sent to planner in the correct order from top to bottom, 1 then 2 then 3.