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 ββ
Hello,
You can follow what @ranjith mentioned, else you can use set to clipboard an empty string.

Thanks,
Meg