Unable to get ScenarioBuilder to copy text and save it to the clipboard action

Hi,
I need to script a process that involves copying some records to the clipboard and then using those values in the next action (using the Clipboard action). I am having problems copying to clipboard. I tried Key Combination as below:
Topic%201

The clipboard doesn’t have any values. I am using version 8.4.0.9 of ScenarioBuilder.

@Michal Hey Michal,

The way you did it is telling the ScenarioBuilder to press all those keys (down and up) all at the same time! You need to tell it what sequence to do it.
Try using 3 Function keys actions instead of using “Key Combination” action to copy the text.

Function key: Ctrl - Down
Function key: c - Press
Function key: Ctrl - Up

Like this:
Copy%20Clipboard

4 Likes