Hi,
I'm a new Flow user and need to understand how to build a Flow to split/manipulate an email subject line which then populates a Sharepoint list. I have the "When new email arrives" and "Create item" connectors sorted, just need to understand how to split up an email subject line.
The standard subject line looks like:
xxxxxx xxxxxxxxxxx XXX0000/XXXXXXXXX/00000 XXXXXXXXX
Where x = letters and 0= numbers
The numbers in red are the ones that I want. They can vary between just 1 digit to up to 5 (or theoretically more)
Assuming I will need to use split but not sure how. In current attempts the flow runs but the no splitting results in the sharepoint list.
Any help appreciated!
Solved! Go to Solution.
Combine different string and collection operations to extract the value from the email subject
function in set variable
Combine different string and collection operations to extract the value from the email subject
function in set variable
Thanks so much - worked perfectly!!
Really helpful thank you! I'll now be looking into extracting multiple words from an Emails Subject Field using this method 🙂
User | Count |
---|---|
92 | |
45 | |
21 | |
18 | |
16 |
User | Count |
---|---|
136 | |
49 | |
42 | |
36 | |
28 |