can someone provide a workflow or steps on how to extract specific word/number from the email body and then type it into a website.
1 Like
Hi @Shazid_Rahman
Please do refer this link
Hope this helps
Hi @Shazid_Rahman
you can also have a look.
Hope this helps.
Thanks.
lakshman
(Ganta lakshman)
4
@Shazid_Rahman
-
Try below expression to read the Email body first.
varMailMessage.Body.ToString
-
And then use String manipulation functions or Regex to fetch required value from it.
Note: If you can show sample example of what value you want to fetch then we can help more.
Gokul001
(Gokul Balaji)
5
Hi @Shazid_Rahman
To Get the Body of the Mail Try this expression
mail.Body.ToString
You can achieve it in Regex or String Manipulation
If possible can you share the sample input
Regards
Gokul
Hi
Have a view on this exact similar thread with a solution attached
Cheers @Shazid_Rahman