How to clear the clipboard? or how is it possible that empty values are transferred to the clipboard?
Fine use set to clipboard activity and mention input as string.empty
Cheers @NastyaL
1 Like
or invoke code the following:
My.Computer.Clipboard.Clear()
1 Like