Hey Guys,
i try to split the Information from incoming Email Titels to seperate the Ticket ID.
This flow has the use of getting user responses to tickets.
The mails have the ticket ID in the title. This ID should be extracted.
The Titel always looks like this:
Your Ticket ID: 123456
What would the split function have to look like?
Thanks in advance
Solved! Go to Solution.
Like this:
trim(split(outputs('EmailSubject'), ':')[1])
Change outputs('EmailSubject') to the dynamic content for the email subject.
@PatrickHH hi ,
1. split by :
2. get last expression and trim
output -
Did I answer your question? Please consider to mark my post as a solution to help others.
Like this:
trim(split(outputs('EmailSubject'), ':')[1])
Change outputs('EmailSubject') to the dynamic content for the email subject.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
64 | |
23 | |
16 | |
15 | |
11 |
User | Count |
---|---|
118 | |
35 | |
30 | |
28 | |
26 |