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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Create an email notifi...
Power Automate
Unanswered

Create an email notification for tickets that been open over 1 week

(1) ShareShare
ReportReport
Posted on by 2

Hi,

I have a helpdesk ticketing system implemented as a SharePoint list, where each ticket is assigned to an IT agent. I am trying to set up an email notification that includes a table listing all open tickets (older than one week) assigned to a specific agent. My goal is to generate a separate table for each agent. I've attempted to accomplish this using Power Automate, but I keep encountering issues.

That's a summarize of the flow Iv'e been trying to do -
Trigger: Recurrence

  • Frequency: Weekly

  • Interval: 1

  • Action: Get items

    • Site Address: [Your SharePoint Site Address]

    • List Name: [Your Ticket List Name]

    • Filter Query: Status ne 'Closed'

  • Action: Filter array

    • From: Value from "Get items"

    • Condition: Created is less than or equal to addDays(utcNow(), -7)

  • Action: Select

    • From: Output of "Filter array"

    • Map:

      • AssignedTo: AssignedTo.Email

      • TicketInfo: Title and other ticket details

  • Action: Initialize variable

    • Name: agentTickets

    • Type: Array

    • Value: []

  • Action: Apply to each (Output of "Filter array")

    • Inside this loop, add another "Apply to each" for "AssignedTo"

    Apply to each (assigned person)

    • Action: Append to array variable

      • Name: agentTickets

      • Value:

        jsonCopy code{
          "AssignedTo": item()['AssignedTo'],
          "Tickets": concat(item()['Tickets'], ' ', item()['TicketInfo'])
        }
        
  • Action: Apply to each (Output of "agentTickets" variable)

    • Action: Create HTML table

      • From: item()['Tickets']

      • Columns: Automatic

  • Action: Apply to each (Output of "agentTickets" variable)

    • Action: Send an email (V2)

      • To: item()['AssignedTo']

      • Subject: Your Weekly Open Tickets

      • Body: Output of "Create HTML table"

Categories:
I have the same question (0)
  • Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at
    Hi,
     
    I think this is kind of nested loop scenario which can be avoided up as it may take time
     
    Just want to know- is AssignedTo column is multi select type ?
     
     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 247 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 164 Super User 2026 Season 2

#3
trice602 Profile Picture

trice602 138 Super User 2026 Season 2

Last 30 days Overall leaderboard