Hello,
I have a random string of text that I've converted from HTML to Text. I need to create an expression that pulls the 8 characters after the word Request Number: . The part that is tricky is that it is not always predicable what will be within the body of the email, but the Request number will always be right after the colon.
********************TEST PURPOSES ONLY. NO CHANGES
REQUIRED********************** Thank you for submitting a label request form.
Save the attached form for your own records. Request Number: 5DAE08C0
Resubmission of Label Request Form: No Date Created: 10/21/2019 Release Date: 12/05/2019**********
Solved! Go to Solution.
Timely question. Check out the Flow of the Week that came out today. You could use the Split() function, and split on 'Request Number: ' and then split the second element on whatever comes after the number (space?).
Keep us posted.
-Ed-
If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.
Timely question. Check out the Flow of the Week that came out today. You could use the Split() function, and split on 'Request Number: ' and then split the second element on whatever comes after the number (space?).
Keep us posted.
-Ed-
If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.
Thank you! It worked like a champ!
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 |
---|---|
71 | |
26 | |
16 | |
16 | |
15 |
User | Count |
---|---|
145 | |
45 | |
44 | |
33 | |
30 |