web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Notify project owner's...
Power Automate
Unanswered

Notify project owner's items only once with HTML table

(0) ShareShare
ReportReport
Posted on by 517

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

Categories:
I have the same question (0)
  • diegoandre10 Profile Picture
    517 on at
    Re: Notify project owner's items only once with HTML table

    Sorry

     

    Flow is:

     

    notify1.PNG

  • v-litu-msft Profile Picture
    on at
    Re: Notify project owner's items only once with HTML table

    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.

  • Gristy Profile Picture
    2,429 on at
    Re: Notify project owner's items only once with HTML table

    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.

  • diegoandre10 Profile Picture
    517 on at
    Re: Notify project owner's items only once with HTML table

    Hi

     

    and how should I change the current flow?

     

    Thanks.

  • diegoandre10 Profile Picture
    517 on at
    Re: Notify project owner's items only once with HTML table

    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

  • v-litu-msft Profile Picture
    on at
    Re: Notify project owner's items only once with HTML table

    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.

  • diegoandre10 Profile Picture
    517 on at
    Re: Notify project owner's items only once with HTML table

    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

  • v-litu-msft Profile Picture
    on at
    Re: Notify project owner's items only once with HTML table

    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.

  • diegoandre10 Profile Picture
    517 on at
    Re: Notify project owner's items only once with HTML table

    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!

     

     

  • v-litu-msft Profile Picture
    on at
    Re: Notify project owner's items only once with HTML table

    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.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 497 Moderator

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 477 Super User 2025 Season 2

#3
chiaraalina Profile Picture

chiaraalina 242

Last 30 days Overall leaderboard