Issue in sending outlook email using uiautomation

Hi, We are using UI Automation - TypeInto & Click activities to send Outlook email. Our text contains “[”. UiPath is not sending the text that contains “[”.
For e.g.,
Original text: - Hi, this is a sample [1] text with sq. brackets

Text sent by UiPath: - Hi, this is a sample

We have also used str.replace(“[”,“[[” ) activity to replace “[” with “[[”. But i is not working.
we also can’t use UiPath send outlook activity due to access at client location.
Can anyone please suggest a way to avoid above “UIAutomation with Outlook” issue.

Thanks in advance!

Hi

Welcome to UiPath forum

We can try with EXCHANGE ACTIVITY

Use SEND EXCHANGE ACTIVITY where you can pass the credentials of outlook and few more properties

Refer this doc for what to be mentioned in the exchange activity properties

Cheers @bhagyashri.kasture