How to write big paragraph in facebook post page using uipath

When i write the text in facebook post page ,i couldn’t able to write big paragraph facebook in post page ,

i need to post big paragraph in facebook page but i couldn’t able to do that.

can anyone help this

2 Likes

@Raja.G

May i know what error are you getting here ?

Assign all that text into one String variable and then use Type Into or Set Text activity to type into Facebook page.

@lakshman

I used “type into” but word to write partially in post and remaining word type in somewhere place .

i am used 3 paragraphs and each para have one enter.

Fine
Let’s do one thing
Use a notepad and keep that paragraph in that .txt file
—now in our uipath studio use READ TEXT FILE activity and pass the file path of that .txt file
and get the output with a variable of type string named str_input
—then use a activity named SET TO CLIPBOARD Where mention this str_input as a input variable, so that this string now will get copied to the clipboard
—now go to the Face book page and click on that field where we want to type using CLICK activity
—finally use SEND HOT KEY ACTIVITY with key as ctrl+v without selecting any element as a selector

This is like how we copy and paste the text in a filed

Kindly try this and let know for any queries or clarification
Cheers @Raja.G

4 Likes

@palaniyappan

Ok i will check and get back to u

@Palaniyappan

Thanks , its working fine

1 Like

Awesome
Cheers @Raja.G

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