Clear Clipboard

Hi I wanted to know how to clear contents in clipboard
Do we have relevant activity

@Vikram212 try to use Invoke Method activity and use the function

System.Windows.Clipboard.Clear()

Else you can use Set Clipboard text activity and pass empty value “”

3 Likes

Hello,

You can follow what @ranjith mentioned, else you can use set to clipboard an empty string.

image

Thanks,
Meg

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.