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!