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



Each time you click on any of our inspiring answers 'Thumb up' icon...
...an ewok scapes from the stormtroopers.

Be grateful, Thumbs up! Save the Galaxy for free!


Escribo sobre Power Automate en:
https://medium.com/anyone-can-automate/

Proud to be a Flownaut!



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



Each time you click on any of our inspiring answers 'Thumb up' icon...
...an ewok scapes from the stormtroopers.

Be grateful, Thumbs up! Save the Galaxy for free!


Escribo sobre Power Automate en:
https://medium.com/anyone-can-automate/

Proud to be a Flownaut!



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!


Each time you click on any of our inspiring answers 'Thumb up' icon...
...an ewok scapes from the stormtroopers.

Be grateful, Thumbs up! Save the Galaxy for free!


Escribo sobre Power Automate en:
https://medium.com/anyone-can-automate/

Proud to be a Flownaut!



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


Each time you click on any of our inspiring answers 'Thumb up' icon...
...an ewok scapes from the stormtroopers.

Be grateful, Thumbs up! Save the Galaxy for free!


Escribo sobre Power Automate en:
https://medium.com/anyone-can-automate/

Proud to be a Flownaut!



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



Each time you click on any of our inspiring answers 'Thumb up' icon...
...an ewok scapes from the stormtroopers.

Be grateful, Thumbs up! Save the Galaxy for free!


Escribo sobre Power Automate en:
https://medium.com/anyone-can-automate/

Proud to be a Flownaut!



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



Each time you click on any of our inspiring answers 'Thumb up' icon...
...an ewok scapes from the stormtroopers.

Be grateful, Thumbs up! Save the Galaxy for free!


Escribo sobre Power Automate en:
https://medium.com/anyone-can-automate/

Proud to be a Flownaut!



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



Each time you click on any of our inspiring answers 'Thumb up' icon...
...an ewok scapes from the stormtroopers.

Be grateful, Thumbs up! Save the Galaxy for free!


Escribo sobre Power Automate en:
https://medium.com/anyone-can-automate/

Proud to be a Flownaut!



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

Helpful resources

Announcements

Power Platform Connections - Episode 7 | March 30, 2023

Episode Seven of Power Platform Connections sees David Warner and Hugo Bernier talk to Microsoft MVP Dian Taylor, alongside the latest news, product reviews, and community blogs.     Use the hashtag #PowerPlatformConnects on social media for a chance to have your work featured on the show!      Show schedule in this episode:    0:00 Cold Open 00:30 Show Intro 01:02 Dian Taylor Interview 18:03 Blogs & Articles 26:55 Outro & Bloopers    Check out the blogs and articles featured in this week’s episode:    https://francomusso.com/create-a-drag-and-drop-experience-to-upload-case-attachments @crmbizcoach https://www.youtube.com/watch?v=G3522H834Ro​/  @pranavkhuranauk https://github.com/pnp/powerapps-designtoolkit/tree/main/materialdesign%20components @MMe2K​ https://2die4it.com/2023/03/27/populate-a-dynamic-microsoft-word-template-in-power-automate-flow/ @StefanS365 https://d365goddess.com/viva-sales-administrator-settings/ @D365Goddess https://marketplace.visualstudio.com/items?itemName=megel.mme2k-powerapps-helper#Visualize_Dataverse_Environments @MMe2K    Action requested:  Feel free to provide feedback on how we can make our community more inclusive and diverse.    This episode premiered live on our YouTube at 12pm PST on Thursday 30th March 2023.    Video series available at Power Platform Community YouTube channel.    Upcoming events:  Business Applications Launch – April 4th – Free and Virtual! M365 Conference - May 1-5th - Las Vegas Power Apps Developers Summit – May 19-20th - London European Power Platform conference – Jun. 20-22nd - Dublin Microsoft Power Platform Conference – Oct. 3-5th - Las Vegas    Join our Communities:  Power Apps Community Power Automate Community Power Virtual Agents Community Power Pages Community    If you’d like to hear from a specific community member in an upcoming recording and/or have specific questions for the Power Platform Connections team, please let us know. We will do our best to address all your requests or questions.       

Announcing | Super Users - 2023 Season 1

Super Users – 2023 Season 1    We are excited to kick off the Power Users Super User Program for 2023 - Season 1.  The Power Platform Super Users have done an amazing job in keeping the Power Platform communities helpful, accurate and responsive. We would like to send these amazing folks a big THANK YOU for their efforts.      Super User Season 1 | Contributions July 1, 2022 – December 31, 2022  Super User Season 2 | Contributions January 1, 2023 – June 30, 2023    Curious what a Super User is? Super Users are especially active community members who are eager to help others with their community questions. There are 2 Super User seasons in a year, and we monitor the community for new potential Super Users at the end of each season. Super Users are recognized in the community with both a rank name and icon next to their username, and a seasonal badge on their profile.  Power Apps  Power Automate  Power Virtual Agents  Power Pages  Pstork1*  Pstork1*  Pstork1*  OliverRodrigues  BCBuizer  Expiscornovus*  Expiscornovus*  ragavanrajan  AhmedSalih  grantjenkins  renatoromao    Mira_Ghaly*  Mira_Ghaly*      Sundeep_Malik*  Sundeep_Malik*      SudeepGhatakNZ*  SudeepGhatakNZ*      StretchFredrik*  StretchFredrik*      365-Assist*  365-Assist*      cha_cha  ekarim2020      timl  Hardesh15      iAm_ManCat  annajhaveri      SebS  Rhiassuring      LaurensM  abm      TheRobRush  Ankesh_49      WiZey  lbendlin      Nogueira1306  Kaif_Siddique      victorcp  RobElliott      dpoggemann  srduval      SBax  CFernandes      Roverandom  schwibach      Akser  CraigStewart      PowerRanger  MichaelAnnis      subsguts  David_MA      EricRegnier  edgonzales      zmansuri  GeorgiosG      ChrisPiasecki  ryule      AmDev  fchopo      phipps0218  tom_riha      theapurva  takolota     Akash17  momlo     BCLS776  Shuvam-rpa     rampprakash  ScottShearer     Rusk  ChristianAbata     cchannon  Koen5     a33ik  Heartholme     AaronKnox  okeks      Matren   David_MA     Alex_10        Jeff_Thorpe        poweractivate        Ramole        DianaBirkelbach        DavidZoon        AJ_Z        PriyankaGeethik        BrianS        StalinPonnusamy        HamidBee        CNT        Anonymous_Hippo        Anchov        KeithAtherton        alaabitar        Tolu_Victor        KRider        sperry1625        IPC_ahaas      zuurg    rubin_boer   cwebb365   Dorrinda   G1124   Gabibalaban   Manan-Malhotra   jcfDaniel   WarrenBelz   Waegemma   drrickryp   GuidoPreite    If an * is at the end of a user's name this means they are a Multi Super User, in more than one community. Please note this is not the final list, as we are pending a few acceptances.  Once they are received the list will be updated. 

Register now for the Business Applications Launch Event | Tuesday, April 4, 2023

Join us for an in-depth look into the latest updates across Microsoft Dynamics 365 and Microsoft Power Platform that are helping businesses overcome their biggest challenges today.   Find out about new features, capabilities, and best practices for connecting data to deliver exceptional customer experiences, collaborating, and creating using AI-powered capabilities, driving productivity with automation—and building towards future growth with today’s leading technology.   Microsoft leaders and experts will guide you through the full 2023 release wave 1 and how these advancements will help you: Expand visibility, reduce time, and enhance creativity in your departments and teams with unified, AI-powered capabilities.Empower your employees to focus on revenue-generating tasks while automating repetitive tasks.Connect people, data, and processes across your organization with modern collaboration tools.Innovate without limits using the latest in low-code development, including new GPT-powered capabilities.    Click Here to Register Today!    

Check out the new Power Platform Communities Front Door Experience!

We are excited to share the ‘Power Platform Communities Front Door’ experience with you!   Front Door brings together content from all the Power Platform communities into a single place for our community members, customers and low-code, no-code enthusiasts to learn, share and engage with peers, advocates, community program managers and our product team members. There are a host of features and new capabilities now available on Power Platform Communities Front Door to make content more discoverable for all power product community users which includes ForumsUser GroupsEventsCommunity highlightsCommunity by numbersLinks to all communities Users can see top discussions from across all the Power Platform communities and easily navigate to the latest or trending posts for further interaction. Additionally, they can filter to individual products as well.   Users can filter and browse the user group events from all power platform products with feature parity to existing community user group experience and added filtering capabilities.     Users can now explore user groups on the Power Platform Front Door landing page with capability to view all products in Power Platform.      Explore Power Platform Communities Front Door today. Visit Power Platform Community Front door to easily navigate to the different product communities, view a roll up of user groups, events and forums.

Microsoft Power Platform Conference | Registration Open | Oct. 3-5 2023

We are so excited to see you for the Microsoft Power Platform Conference in Las Vegas October 3-5 2023! But first, let's take a look back at some fun moments and the best community in tech from MPPC 2022 in Orlando, Florida.   Featuring guest speakers such as Charles Lamanna, Heather Cook, Julie Strauss, Nirav Shah, Ryan Cunningham, Sangya Singh, Stephen Siciliano, Hugo Bernier and many more.   Register today: https://www.powerplatformconf.com/   

Users online (1,775)