cancel
Showing results for 
Search instead for 
Did you mean: 
Reply

Notify project owner's items only once with HTML table

Hi

 

I created a flow to notify the project owner based on the sharepoint list items he adds.

 

The flow sends the email with his projects, however the problem that I have is that it send the same email multiple times, also on the email I am receiving all the projects, despite nor all are mine.

 

As you can see below the first 3 are my projects, the 4th is not,

 

notifiy2.PNG

 

Email received is

 

notify3.PNG

 

Flow is

notify3.PNG

 

How do i receive only one email and not receive all the projects within the body of the message?

 

thanks

17 REPLIES 17

Sorry

 

Flow is:

 

notify1.PNG

Hi @diegoandre10,

 

Before you create an HTML table, you need to filter the other project owner, you could refer to these steps:

Step 1. Filter array to find the project belongs to you.

Step 2. Use the item()?['ColumnName'] to map the HTML table.Annotation 2019-09-30 104603.png

 

Step 3. Send an email with the output of the HTML table.

Annotation 2019-09-30 104202.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.

Hey

 

You get the email multiple times because it is insider a apply each loop over the SharePoint list.

 

You will need to change your logic to get the email out of the loop.

Hi

 

and how should I change the current flow?

 

Thanks.

Hi

 

on your solution of the flow you dont have a Select, should I get rid of it and copy the flow exactly the same as yours?


Also, what is the filter array for?

 

Thanks

Hi @diegoandre10,

 

The purpose of Filter array action is to filter items that only belong to the Diego or Luciana.

 

The Create a custom HTML table is ACTS as a Select, it will only show the columns you configure. You can click Show advanced options button, it will show up the header and value sets. You need to set the Columns to custom, Header and Value setting just like below:

 

item()?['ColumnName']

 

Annotation 2019-10-01 154101.pngAnnotation 2019-10-01 153854.png

 

 

 

SharePoint list:Annotation 2019-10-01 154825.png

Run result (received email) :Annotation 2019-10-01 154712.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.

Hi

 

Still unclear, see my new flow, I have some questions.

 

1) on the filter array, why should I enter my name manually? I have up to 20 different people in the real sharepoint list, should I enter one by one for them to get the email?

2) I had used the select step, should I just remove it from my previous flow?

3) under the create HTML table it keeps adding me an apply to each automatically, sames goes when I add the send email step, it automatically adds me an apply to each. Shoud these be removed?

4) on your flow's first image, the body shows an "output" however I dont see that option available.  Should be "body" instead of output 

 

please see my flow:

array.PNG

 

Thanks

Hi @diegoandre10,

 

Answers to your questions:

1) of course you can enter the 20 different people in a variable if you want to send emails to multiple people, then use the Apply to each to perform the Filter array action.Annotation 2019-10-03 173336.png

2) Yes, you can remove the select step from your Flow.

3) Please enter the expression item()?['ColumnName'], for example,

the title should be item()?['Title'];

the porcentaje should be item()?['OData__x0025_completado'].

4) The "output" you can add in the dynamic content:Annotation 2019-10-03 174537.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.

Hi

 

Wonderful, just one thing. When you initialize variable and you enter A,B.C. What should I really type there?

 

Just in case today i might have 20 people on a sharepoint list, but tomorrow it can be 40, so I dont think it would be a good idea to type each person in the flow.

 

What would you suggest?


Thanks a lot!

 

 

Hi @diegoandre10,

 

A, B, C just an example for my introduction, please enter your people's name.

 

Ok, if these person are dynamical, you can do this, you need to create the other Get items action outside the person loop:Annotation 2019-10-04 175106.png

Use the append to array table to create the Person array.

Then, use the union() function to delete these repeated name:Annotation 2019-10-04 175605.png

union(variables('Person'),variables('Person'))

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.

v-litu-msft
Community Support
Community Support

Hi @diegoandre10,

Has your problem been solved?
If your problem has been solved, You could go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!

Best Regards,
Community Support Team _ Lin Tu

Hi, sorry my delay.

 

I ve been trying your flow but still confusing. I added the create html table and email at the end

 

Please advise me where I am wrong

 

111.PNG222.PNG333.PNG

I find the flow complicated, is this the simplest possible?

 

All I want is to send a table of the projects to the respective project owner (which is dynamic).

 

Thanks a lot for your help, really appreciate it.

 

Hi @diegoandre10,

 

Please following these steps, it is already the simplest method to achieve your purpose, please create it step by step:

 

Annotation 2019-10-10 143228.png

 

Annotation 2019-10-10 143501.png

 

Annotation 2019-10-10 143612.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.

Hi

 

Thanks a lot, I almost have it.

 

Question, I have to type manually item?['Title;]  ?

 

I dont have the option the add it from the dynamic content.

 

4444.PNG

 

on the other side, if I dont type items, I get all the fields. Should I use the ones from get items or get items 2?

 

5555.PNG

 

Thanks!

One other thing I noticed,

 

When I add the email under the send email icon, an apply to each 3 is added automatically

 

Is that ok?

 

from

 

666.PNG

 

to

777.PNG

 

thanks!

That is because you are using the Project Owner from Get Items 2. If Get Items 2 returns more than 1 result you will get multiple emails.

Hi @diegoandre10,

 

  1. Yes, you should type the expression item?['Title"] manually.
  2. You can use the expression to input the To field. 
    body('Filter_array')[0]['ProjectOwner']['Email']
    Annotation 2019-10-14 172014.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.

 

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

Users online (742)