Get Text 'TD': Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

Hi Guys,

i got a error in selector “Get Text ‘TD’: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))”

i need to take one element dynamic from email

can anyone help this

Hi @Raja.G,
I think using get text in email is not a best way to get data from the email.

Instead you can use email activities to read specific or dynamic mails. Get body of the email then
and use regex to get your necessary text you need.

Let me know, if you need some more help:innocent:

Happy automation.

1 Like

Get body and regex is how to implement in uipath

Kindly refer How to use regular expressions in UiPath for regex
and email automation refer https://academy.uipath.com or How do I extract specific text from mail body

1 Like