Hello,
I am trying to create a workflow that will work in tandem with a Planner schedule I have created.
Planner Schedule in Sharepoint
The goal is to send an e-mail twice a day that contains an HTML table with each job's Title, Due Date, and Production Phase (Bucket Name). I have the entire flow set up & working except for pulling the bucket names into the HTML table.
Whole Flow
I currently have a Filter Array looping through and comparing the Bucket ID of the task to the Bucket IDs from List Buckets in order to access the Bucket Name. After this I am attempting to Set Variable to the Bucket Name directly from the Filter Array loop. At this point in the flow the variables are outputting correctly for each Job ID.



My issue is that the Select action my table is based on is receiving identical values for each job because the variable is being assigned inside a loop that iterates over the filtered array. How can I arrange my actions to have the correct bucket names output for each job?

