Create a flow that Sends an Email of the item added to the SharePoint list formatted in a HTML table

Поделиться
HTML-код
  • Опубликовано: 2 авг 2020
  • How to Create a flow that Sends an Email With a HTML Table when an item is added to a SharePoint List - (Only the New item will be in the email not the whole list).
    Using the following actions in Flow:
    Get items
    Select
    Create a HTML table
  • НаукаНаука

Комментарии • 12

  • @huyleduy8446
    @huyleduy8446 3 года назад

    This is the video I'm searching for a long time. great! from VietNam thank you so much.

  • @eli14eli14
    @eli14eli14 8 месяцев назад

    Suppose i wanted to have a space in my sharepoint form where I manually type in an email. I want to have a flow automatically send to the email that is one of the list item entries(let's say it's in the first, Title, slot, with a summary of the rest of the item information to that email. For some reason. When I make this, it will send to a gmail, pulling from the email that is entered into the sharepoint list, but when I use my outlook email, it won't send the email. Any help?

  • @purgypurgz5724
    @purgypurgz5724 3 года назад

    Thanks a lot!

  • @purgypurgz5724
    @purgypurgz5724 3 года назад

    i've correctly followed your steps and my flow is stuck processing on Get Items. no body found on Filter Array. help?

  • @piyushborkar1988
    @piyushborkar1988 Год назад

    How to create a flow in power automate, the email will automatically sent to the person once item created in SharePoint

  • @joellagmay2177
    @joellagmay2177 3 года назад

    I followed this but I did not gotten any email when I created a new item

  • @Rameshkumar-cr6ic
    @Rameshkumar-cr6ic 3 года назад

    In get items OData filter queries error . Can you help me

  • @anuj4200
    @anuj4200 3 года назад +1

    Thank you. There's an issue with the audio though.

    • @midnightcoder4577
      @midnightcoder4577  3 года назад

      Thank you for letting me know. I will adjust my sound card for the next video I upload.

  • @4eduvid812
    @4eduvid812 2 года назад

    it keeps sending everything from the SharePoint individually to my email need help figured it out but had to watch this about 10x

  • @keniavaldivia6373
    @keniavaldivia6373 3 года назад

    why is the value on filter array ID for both?

    • @midnightcoder4577
      @midnightcoder4577  3 года назад

      The IDs on the Filter Array data operation are coming from two different places. The first ID is coming from the "Get items" action and the second ID is coming from the "When an item is created" trigger action. If the 2 ids are not compared in the Filter array using the "is equal to" filter between the 2 IDs, the entire list will be sent. The "Get items" values used in the filter array gives you all the values in the Customers List without the comparison and matching of the 2 IDs.