Extract specific number from email body

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.

@Shazid_Rahman

  1. Try below expression to read the Email body first.

               varMailMessage.Body.ToString
    
  2. 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.

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