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 / extract subject from e...
Power Automate
Unanswered

extract subject from email replys and put them in an existing sharepoint list

(0) ShareShare
ReportReport
Posted on by 4
Hi I have made an power app with email options.
the goals is that users can make a IT Ticket and i can monitor all questions and answers/solutions
 
1. when a user register a ticket, the information goes in a sharpoint list
2. i have a overview form where all data is shown of the ticket
3. in the overview i have an option to email to the ticket maker all communication wil be saved in a colum
 
now my problem is when a users response i have no trigger yet to put this respons in the right colum
i know this can be done by power automate i have googled it many times but i can't get it done.
 
can someone help me with a step - step tutorial?
or give me a working example?
 
 
Categories:
I have the same question (0)
  • teylyn1 Profile Picture
    362 on at
    Hi, I'm not sure I understand the scenario correctly.  Can you explain a bit more how the system works?
     
    How does item 3. work? How is that email to the user generated? Is it a button in a SharePoint view? or in a PowerApp?
    How does the user respond? Email? if so, who is the email sent to?
     
  • CU12121941-0 Profile Picture
    4 on at
    See image for a printscreen
     
    Button code on select: (i have a different language)
    Office365Outlook.SendEmailV2(
        Gallery1_1.Selected.Melder.Email;
        "Update over jouw ticket: " & Gallery1_1.Selected.ID_TKT;
        "Beste " & Gallery1_1.Selected.Melder.DisplayName & ",<br><br>" & 
        "Er is een nieuwe opmerking toegevoegd aan jouw ticket:<br>" & 
        txtOpmerking.Text & "<br><br>" &
        "Met vriendelijke groet,<br>" & 
        "Het IT-team"
    );;
    // Voeg nieuwe e-mailinhoud toe aan bestaande inhoud in de Mail-kolom
    Patch(
        'IT Tickets';
        LookUp('IT Tickets'; ID = Gallery1_1.Selected.ID);
        {
            Mail: Coalesce(LookUp('IT Tickets'; ID = Gallery1_1.Selected.ID).Mail; "") & // Voeg bestaande inhoud toe
                  Char(10) & Char(10) & // Voeg twee lege regels toe voor scheiding
                  "E-mail verzonden op: " & Text(Now(); "dd-mm-yyyy HH:mm") & Char(10) &
                  "Inhoud: " & txtOpmerking.Text
        }
    );;
    
    // Toon een succesmelding voor de gebruiker
    Notify("E-mail verzonden en toegevoegd aan log!"; NotificationType.Success);;  
     
     
     
     
     
     
  • CU12121941-0 Profile Picture
    4 on at
    the employee gets an email they will respons to that email.
     
    i want to see this response in the view as a communication list 

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