Extract Text from the same place but dynamic string

I am trying to extract text from the same place in a mail but it changes for each mail, i tried using wildcard but it does not validate .

in selector give aaname attribute as * inside single quotes. but for mail related it is recommended to use mail activities instead of frontend automation.

Hi @xiangyun.koh

Try giving * in aaname Attribute also within the quotes.

Regards

@xiangyun.koh

First of all why are you using ui to read emails?

Use outlook reated activitirs which give full body in stribgg variabe…and from there we cna use string manipulation or regex to extract info

Cheers