How tot Get specific text from mail body mail outlook ? Help

Hi,

i want to get specific text “Generali” only in body mail

Thank you

Hi @punnipah

You need to get only word Generali from mail body right?

1 Like

ํYes i want to get “Generali” Only

HI,

It seems you already check if “Generali” exits in the mail body using String.Contains method.
So it’s unnecessary to get it from mail body. You can use Assign activity in Then block like

resultString = "Generali"

Regards,

1 Like

@punnipah

1 Like

Thank you very much

Thank you So Much

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.