Write the email body by robo

Hi,
I ahve already body written, But I want to write here, how can I, I used the Type into ctivity and give all the email body text, but it’s write the first line, in next line doesn’t write anything, can you tell me how can I write the email body by robo, like we write in email.

@Palaniyappan @HareeshMR @RobertD

1 Like

We can use email activities right
Do we have any reason behind this method
@balkishan

1 Like

Yes bro, just for the showing purpose to the client I have to do this, Is it possible?

1 Like

Yah but how is it typing like all in a single line
If so use a .txt file and write your body
Get the output with a variable of type string named Str_output from Read Text File activity by passing this text file path
—then mention this Str_output as input to type into activity

Cheers @balkishan

1 Like

type in write only in a single line, But I want to write like as we write a real email.

in first like like Hi,
in second then email start
in last name and signature hope you got bro.

1 Like

Ok
Try this method pls

@balkishan

1 Like

sure I will and let you know. Thanks

1 Like

This doesn’t work bro…

I tried, when it start to write in the second line in email body, it close the Send New Email window and directly go to the inbox and scrolling down the email.

1 Like

is it initiating to type atleast in the second line
kindly disable the simulate type and enable sendwindowmessage activity and in the property delay between keys put some timestamp aroung 2000 milliseconds

kindly try this and let know for any queries or clarification
Cheers @balkishan

2 Likes

Thanks Palani It’s really working :slight_smile:

1 Like

Hi Palani,

Thanks for the reply. Just curious, when I tried reading from .txt into a string and then writing into outlook body, it changes the case of some characters. Also adds extra “enter” key between lines. Do you know any way to fix this? Thanks.

Hi @himavad
welcome to uipath community
hmm…this is really strange i wonder why so
is it getting the string variable as a output from a right text file
kindly check that once pls
Cheers @himavad

1 Like

Thanks. Yes, there’s only once such text file which I just created to test this out. Seems like a pretty strange problem indeed!

1 Like

Yes Palani, He’s right, same issue I faced yesterday. It adding the extra enter, it’s not writing in the email body, as we defined in the notepad.

so how can we right exact body, as we have in the txt file. And it changes the case of some characters, make the first character capital automatically. @Palaniyappan

1 Like

Let me simulate this once
@balkishan
@himavad

Sure, thanks! Do let us know if you find anything :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.