Hello, this is a complicated one (for me). I get an email that has a table in the body of the email that contains a store number. I would like to extract this number out and put it in an excel file (add row function)
Table looks like this:
Period: |
| |
Store #: Please input a four digit store number (eg. 0013) |
| |
Associate Name: |
| |
Associate Email: |
| |
DM Email: |
|
The "1170" is what I'm trying to extract.
Alternatively, I can also do an "if contains... 1170"... add row condition.
Email looks like this: as you can see not in a neat format.
Solved! Go to Solution.
Hi @edmundwtan ,
Based on your need I made a demo flow for your reference:
My test email body:
The flow:
Expression:
split(outputs('Html_to_text')?['body'],outputs('Compose'))?[11]
Test result:
So you could test in Html to text step to find the row of the number you need.
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hi @edmundwtan ,
Based on your need I made a demo flow for your reference:
My test email body:
The flow:
Expression:
split(outputs('Html_to_text')?['body'],outputs('Compose'))?[11]
Test result:
So you could test in Html to text step to find the row of the number you need.
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Wow that works perfectly. Thank you so much.
Out of my own curiousity - what is the purpose of the compose (new line)?
Hi @edmundwtan ,
It was just trying to get the newline character (like Char(10) or Char(13), Enter, whatever) in string to use in variable step.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hello,
I am New to Power Automate,
Can you please help me with,
Hello Xyz,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
29 | |
27 | |
23 | |
17 | |
10 |
User | Count |
---|---|
64 | |
55 | |
29 | |
27 | |
25 |