Any Alternative for SettoClipboard activity

HI,

I am using SetToClipboard activity for copying text and send hotkey to paste in my workflow. But When I Copy something mannually in the system during bot execution bot is taking mannually copied text instead of clipboard text. Please suggest any alternative activities or method if you know.

Regards,
Naresh

@kandhyanam.naresh

As you are using the SetToClipboard activity, It always captures whatever it is there in clipboard, So if you manually copy from the system then It will be placed in the same Clipboard, If you copy before UiPath activities copies then it will replaced with the manually copied text

If your text can get from any element, then you can use get text activity instead of Copy, OR you have to wait until the UiPath activity finishes the task

Hope this helps you

Thanks