wstarke17
(Walter Starke)
July 10, 2019, 12:26am
1
I am not getting any errors but when I use type into its not keeping the same capitalization or punctuation as the variable has.
It is a fairly long string but there is no pattern to where it messes it, it just seems random.
I’ve been reading on the forums to add a delay between keys which has helped but not solved the problem.
An examples of whats happening.
Variable value : What is typed
REFRESH by drinking Cold water : REfRESH by drinking cold water
My settings for the type into can be found in the picture attached
lakshman
(Ganta lakshman)
July 10, 2019, 1:41am
2
@wstarke17
Could you please uncheck SendWindowMessage option and check ClickBeforeTyping and SimulateType option and then give it a try once.
wstarke17
(Walter Starke)
July 10, 2019, 1:53am
3
Hey @lakshman ,
Just tested, with the SimulateType checked it doesn’t type anything strangely and without the SendWindowMessage it will sometimes lose formatting of the paragraph.
lakshman
(Ganta lakshman)
July 10, 2019, 1:57am
4
@wstarke17
If you are sending any hot keys along with the text then you have to check SendWindowMessage option.
As of now uncheck SendWindowMessage and SimulateType options and give it a try once.
wstarke17
(Walter Starke)
July 10, 2019, 2:15am
5
@lakshman
Nothing that I would consider hot keys, but I am new to UiPath so I may be mistaken by that.
This is one of the values that is being passed in
“When its hot out\n\nREFRESH by drinking Cold water”
With neither checked its typing it as is without the return keys so
“When its hot outREFRESH by drinking Cold water”.
With SendWindowMessage checked it will type with the return keys but messes up capitalization in random places.
With simulate just doesnt type.
Thank you for all the ideas by the way!
lakshman
(Ganta lakshman)
July 10, 2019, 2:26am
6
@wstarke17
I guess you are using \n for newLine right ?
If yes then try this once: “When its hot out"+vbcrlf+“”+vbcrlf+"REFRESH by drinking Cold water”
And I chekced from my end its working fine. Please find the screenshot of my Type Into activity properties.
2 Likes
wstarke17
(Walter Starke)
July 10, 2019, 2:30pm
7
That worked! Thank you so much!
1 Like
lakshman
(Ganta lakshman)
July 10, 2019, 2:44pm
8
@wstarke17
Could you please closde this thread by marking above my post as solution.
system
(system)
Closed
July 13, 2019, 2:44pm
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.