Hello everyone,
I have a tricky one I hope someone can help with. I am building a helpdesk ticketing app and using Power automate to handle the email flow internal and external
Flow 1 - Create a ticket
When a new email arrives a new Item in a SharePoint list is created. - An email is sent to the user with the Subject "A new ticket was created - ( "Ticket ID" "Subject")
Flow 2 - Send email from PowerApps
Form Power apps when a Tech sends a message a new email is sent to the user with the subject "Ticket has been Updated ("Ticket ID" "Subject"")
I have two Sharepoint lists.
'Helpdesk Tickets' - Main list that contains all of my tickets
"Helpdesk Ticket Comms' - A new list item is created for each communication item.
This way I can display a gallery within powerapps, filter by Ticket ID and show all communication between the tech and the user. AN up to this point all is working well.
Now, here is the tricky part. What if the user replies to an email? I dont want a new ticket created.
Ok So back to flow 1, I can make a condition whereby it does not create a new ticket when the email contains one of the above Subject prefixes and send the flow on another branch so I can capture the comms.
Is there a way I can create an Item in the 'Helpdesk Ticket Comms" Sharepoint list that will also contain the Ticket ID and how can I map from a condition in the email?
(Bare in mind both SharePoint lists will have a ticket ID field from the existing 2 working flows.)
I hope that makes sense.