What should i do when there is large data on clipboard, but we need to use clipboard activities (ctrl+c)?

Hi,

I want to copy the data from excel and paste it in web app, but while copying, when the bot is running, i’m getting an error as in the below screenshot. Can anybody please help me on this.

I have used string.empty in the set to clipboard activity, but it’s not working

Use the step for copy and paste :

  1. Send HotKey : Ctrl + a
  2. Use activity Copy selected Text and store the result into one variable.
  3. where ever you want to paste the data just pass that Variable
2 Likes