cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Loop through sharepoint list and group items together by email, send email

I have a recurring flow that I want to run every Friday evening.  The flow does what is somewhat expected however it is sending 3 separate emails instead of grouping the three items together in one email.  I believe I need to use an array but am unfamiliar with this.  

 

So in my sharepoint I have a list that stores New and Lost beverage placements.  Every week I want to send an email to every buyer who either has a new or lost placements so they can adjust ordering needs accordingly.

 

For my first test run I added 6 items to the list, 3 for myself and 3 for another buyer.  The flow did send me the three items assigned to me and the three items assigned to the other buyer but it did so in 3 different emails.  How do I get all 3 of my assigned items (or even more) into one email?  Also i had to initialize my forecast of the item into a float variable as it was not showing up on the dynamic content side modal screen.  I noticed none of my "number" fields show up there either (ID, etc).

Screen Shot 2020-03-15 at 8.26.46 PM.pngScreen Shot 2020-03-15 at 8.27.01 PM.png

 

 

I have tried a few different ideas but nothing I try is working. 

 

This is my sharepoint.  Planner column stores the email.  I did have another sharepoint list that stored Supplier -> Planner attributes but I wasn't sure trying to normalizing everything in sharepoint was the right thing to do. 

 

Screen Shot 2020-03-15 at 8.37.38 PM.png

1 ACCEPTED SOLUTION

Accepted Solutions

Hi again

Now that we solve the issue with Filter Array, we are closer to a Happy Ending!

 

Let's talk about the new issue: I think the challenge now is to remove 'Apply to Each 2' and fix 'Create HTML table' Value inputs.

My suggestion is:

-Keep 'Apply to each 2' and its contents untouched

-Add a new 'Create HTML table 2' before 'Apply to each 2', assign as its input 'Filter array' output

-Now, when adding 'Header' 'Value' inputs to 'Create HTML table 2':

a) Use the same strings for Header as you have in your original 'Create HTML table'

b) Now you need to assign expressions as 'Value' inputs. Assuming the three columns are defined as 'single line of text' in your SP list the three expressions are:

item()?['PlacementStatus']

item()?['Title']

item()?['Forecast']

-Once 'Create HTML table 2' is completed, add 'Send an email' also before 'Apply to each 2'

-Finally remove 'Apply to each 2' and its content. But before doing it, and in order to doublecheck the expressions in 'Create HTML Table 2' are correct, please hover your mouse over original 'Create HTML table' 'Value' inputs. If my assumption is correct, you shall see the following:

items('Apply_to_each_2')?['PlacementStatus']

items('Apply_to_each_2')?['Title']

items('Apply_to_each_2')?['Forecast']

 

If so, remove 'Apply to each 2' save and reexecute your flow

Hope this helps

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

View solution in original post

13 REPLIES 13
efialttes
Community Champion
Community Champion

Hi!

You need to consolidate your emails, right?

If so, you will find an example in this thread on how to do it:

https://powerusers.microsoft.com/t5/Building-Flows/Consolidated-email-based-on-date-in-excel/m-p/471...

 

The source date in my example is an Excel file, if you need assistance to adapt it to your SP list instead please let us know

Hope this helps

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

Anonymous
Not applicable

I want to send individual emails.  I tried an Apply to Each loop (for the planner) but I ended up sending roughly 30 emails to myself.  Each email was longer than the previous so that tells me my loop was wrong.  

 

I have about 15 different buyers and I want to send a list of all placements that were Modified in the last 7 days to only that specific buyer.  I do not want to send one massive email to all planners with all items listed.  

 

So in picture of my sharepoint list I want to send one email to myself with my 3 items and another email to the other buyer for their 3 items.  

 

I will check out your link when I get the chance.

 

Much thanks for replying

Anonymous
Not applicable

So i went through and followed the link you sent and set everything up but I never received an email and the outputs on actions are all empty.  Not sure what I messed up on.  Also I want to reference a few columns in my sharepoint list when emailing the buyers.  I want to send 'PlacementStatus', 'Title' and 'Forecast' in the body of the email.  

 

@efialttes I tried creating an HTML table and the headers show in the output but I get no values.  Also still no email even though the flow succeeded.  

 

Thank you for your help.

Hi @Anonymous,

 

You could use the Create HTML table action to mix the three items you filter out, then custom columns to set headers. After that put the output into the Email and send out:Annotation 2020-03-17 130161.png

 

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@Anonymous
Can you share a screenshot of your current flow design?
Thanx!

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

Anonymous
Not applicable

@efialttes I followed the link in the previous answer and substituted my own things where you had those expressions noted.  Even though my flow succeeds there is no output starting with the Filter Array action.  Below is the flow and at the very end is one that shows the output.

 

 

Screen Shot 2020-03-17 at 7.11.35 PM.png

Screen Shot 2020-03-17 at 7.11.47 PM.png

 

 

Here is output:

 

Screen Shot 2020-03-17 at 7.20.51 PM.png

Screen Shot 2020-03-17 at 7.21.01 PM.png

Screen Shot 2020-03-17 at 7.21.09 PM.pngScreen Shot 2020-03-17 at 7.21.19 PM.pngScreen Shot 2020-03-17 at 7.21.29 PM.pngScreen Shot 2020-03-17 at 7.21.35 PM.png

Hi!
I think the problem is with the 'Filter array' validation.
On its right side, please remove 'current item' dynamic content and use this expression instead:
items('Apply_to_each')?['Planner']

If this suggestion works, I guess deserves tons of 'Thumbs up', its 6.08 here and not yet had a shower hahaha

Hope this helps

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

Anonymous
Not applicable

@efialttes  Haha. of course.  So I changed it and tested and I now have values populating in the HTML Table.  However it is the very first item in the list repeating 3 times (which is the number of items assigned to my email).  I imagine it would repeat n times for n items assigned to my email.  The email body was also empty. So it never sent the email.  

 

Thanks for all your help.  I will work on this tonight and reach out tomorrow.

 

Here is the output:

 

In the table there should 384217, 384218, and 384219.  

 

Screen Shot 2020-03-17 at 8.16.27 PM.pngScreen Shot 2020-03-17 at 8.16.41 PM.png

 

 

Hi again

Now that we solve the issue with Filter Array, we are closer to a Happy Ending!

 

Let's talk about the new issue: I think the challenge now is to remove 'Apply to Each 2' and fix 'Create HTML table' Value inputs.

My suggestion is:

-Keep 'Apply to each 2' and its contents untouched

-Add a new 'Create HTML table 2' before 'Apply to each 2', assign as its input 'Filter array' output

-Now, when adding 'Header' 'Value' inputs to 'Create HTML table 2':

a) Use the same strings for Header as you have in your original 'Create HTML table'

b) Now you need to assign expressions as 'Value' inputs. Assuming the three columns are defined as 'single line of text' in your SP list the three expressions are:

item()?['PlacementStatus']

item()?['Title']

item()?['Forecast']

-Once 'Create HTML table 2' is completed, add 'Send an email' also before 'Apply to each 2'

-Finally remove 'Apply to each 2' and its content. But before doing it, and in order to doublecheck the expressions in 'Create HTML Table 2' are correct, please hover your mouse over original 'Create HTML table' 'Value' inputs. If my assumption is correct, you shall see the following:

items('Apply_to_each_2')?['PlacementStatus']

items('Apply_to_each_2')?['Title']

items('Apply_to_each_2')?['Forecast']

 

If so, remove 'Apply to each 2' save and reexecute your flow

Hope this helps

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

Hi again!

One final suggestion (I hope)... when adding the new 'Send an email' please make sure you assigned the following expression to 'To' input:

items('Apply_to_each')?['Planner']

 

Hope this helps

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

Anonymous
Not applicable

@efialttes Thank you so much.  If I could give 1000 kudos I would.  I do have another question though.  Where do you find the information on how to use the item()?[] / items()?[] expressions?  I would not have been able to solve this without your help.  Once again thank you!!

HURRAY!

IT WORKS!

 

Now, lets talk about item() and items(). And I must confess it is a very good question indeed, I haven't found any blog explaining how to use them.

 

First, let's clarify that Power Automate offers several action blocks that require an array as input and iterate through all its input array elements:

Apply to each, Filter array and Select.

According to the official documentation, item() "...when used inside a repeating action over an array, return the current item in the array during the action's current iteration. You can also get the values from that item's properties".

Also according to the official documentation, items() "...return the current item from each cycle in a for-each loop. Use this function inside the for-each loop".

 

So I think we will see it better with examples.

Let's assume we have a Filter Array. When defining Filter Array condition, the way to refer to 'Filter Array' input current iteration is by means of item(). The same applies to Select when defining its map table. So item() gives you context to currently running item in the loop.

 

'Apply to each' is a bit more complex. Why? Because inside an 'Apply to each' we can add another action block(s) that require an array as input and iterate through all its input array elements. So you can have another 'Apply to each' inside, you can have 'Filter array' inside, you can have 'Select' inside.

The ortodox way to refer to 'Apply to Each' input current iteration is by means of items('Name_of_the_action_block'). So if we call our 'Apply to each' as 'Apply to each 2', we shall use

items('Apply_to_each_2')

 

But sometimes we can also refer to 'Apply to Each' input current iteration by means of item() -which is faster to type-.

We shall not do it when we assign expressions to either another 'Apply to each' or a 'Filter array' or a 'Select' that were added inside our first 'Apply to each'.

 

Let's assume we have an array variable called Fruits. We assign as its value 4 elements: ['banana', 'apple', 'orange', 'lemon']

Let's assume we have a second array ariable called Desserts. We assign as its value 3 elements: ['cheesecake', 'icecream', 'orange']

Now imagine we add 'Apply to each X', assign variable 'Fruits' as its input. Inside 'Apply to each X':

-we add a Compose action block, assign as its value the expression: item()

-we add a second Compose action block, assign as its value the expression: items('Apply_to_each_X')

'Apply to each X' will iterate 4 times. In each iteration both Compose action blocks will display the same result: 'banana' in first iteration, 'apple' on second and so on.

 

Now inside the 'Apply to each X' we also add a Filter Array, assign variable 'Dessert' as its input.

-On its condition left side we add expresion: item()

-On its condition right side we add expression: items('Apply_to_each_X')

-Operator: equals

 

So 'Filter Array' will iterate 3 times per 'Apply to eah operation'. Inside 'Filter array', item() refers to 'Filter array' current iteration, and items('Apply_to_each_X') refers to 'Apply to each X' current iteration

 

Same would happen if we add a 'Select' inside 'Apply to each X'. Inside 'Select', item() refers to 'Select' current iteration, and items('Apply_to_each_X') refers to 'Apply to each X' current iteration.

same would happen if we add 'Apply to each Y' inside 'Apply to each X'. Inside 'Apply to each Y', both items('Apply_to_each_Y') and item() refer to 'Apply to each Y' current iteration, and items('Apply_to_each_X') refers to 'Apply to each X' current iteration.

 

In my examples, array elements were strings. But if array elements where objects instead, you can use item() and items() to get the values from current iteration's element (object) properties

 

Hope this helps

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

@efialttes ; hello man, you save my day with your solution, many many thanks.

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages