I am having lots of troubles designing my automation in this newest version of UiPath.
For some reason UiPath is timing out when doing a TYPE INTO because the long text seems to take awhile to type into the field.
I decided instead to pass the value to a SET TO CLIPBOARD fucntion, and paste it in the field instead.
My variable is a string called strDescription
I assigned strDescription to the Set To Clipboard activity.
As soon as the script gets to that point, the bot quits.
I took the variable out and replaced it with “Hello World” → That works fine.
Is there a character limit for Set To Clipboard function?
Can someone explain to me what is happening?