Unable To Replace Text In Outlook Mail Template Using UIAutomation Activities

How to replace text in Outlook mail template using UIAutomation activities?

  1. Check the behavior with latest version of Uipath.UIAutomation.Activities package
  2. Check if individual selector can be obtained for the mail template using all three UIFrameworks i.e., Default, UIAutomation and Active Accessibility.

And if the above steps do not resolve the issue, then try below workarounds:

  1. To use the for each loop and to filter the mails using Subject and then to replace the text using replace function as mentioned in the below forum post How To Take And Replace Text From Mail Body?
  2. Copy the mail template on the word file/ text file and then edit the template [ by using Word activities like Replace Text, Replace Image].
  3. Try the Word Automation from StudioX inside Studio.