Jerry_Su
(Jerry Su)
April 27, 2020, 3:15am
1
i have a type into activity , I found when I turn on the “send windows messages”, the “@” in my string will become “2”
e.g. (v_name and v_domain are variables )
"Enable-Mailbox -Identity " + v_name + " -PrimarySmtpAddress " + v_name + “@” + v_domain
then the result is
Enable-Mailbox -Identity JohnDoe -PrimarySmtpAddress JohnDoe2uipath.com
any idea? thanks
Hi @Jerry_Su
Try to concatenate the entire result in an assign activity and then use that string variable in your type into or wherever.
1 Like
GBK
(GBK)
April 27, 2020, 4:54am
3
@Jerry_Su - why enabled “send windows message” for the typeinto activity?
1 Like
@Jerry_Su - Do not enable anything for Type Into activity let the default be set. Everything will be fine with default values.
Cheers