This a 2 part Issue, I am creating a flow that will add Planner Tasks in existing Buckets using information from a SharePoint list.
1. SharePoint list has 4 Columns: Approval , Assigned, Subject and Description (Description will be name of Task)
2. Subject Column is a Choice column and has the names to which bucket I want the info to go to, so if the SP item has selected "Dog" in Subject Column I want a task added to "Dog" Bucket which already exist. (Bucket list will be static)
3. The trigger will be when an item is modified in SP list
a. I need to add a condition to only create a task if the Approval column = Approved
4. Assigned Column is Person column and in Power Automate I can call that column as Email which i will need to fill the Create Task
Bucket List
SharePoint list
My issues are
First I think I have to List Buckets but am uncertain how to filter out just the Bucket that the list item is assigned to in SP not adding a way to filter the assigned bucket just adds a task in all of the buckets
Second I have found a workaround that includes another flow that gets the Bucket ID in a column in SP but would rather avoid this extra flow and when I test the flow it works but came across a second issue, if the SP item has multiple assignees it will create the same task for however many assignees the Assigned column has and I need just one Task with multiple assignees.
I know this a longer question/Submission but any help would be appreciated
Here is the basic layout of the flow i am trying to build
