Page 1 of 1

Empty the clipboard

Posted: 26 Apr 2018 20:12
by tal444
I don't see an action for this, but I would like to have a flow empty the clipboard. Preferably leaving the locked items.

Re: Empty the clipboard

Posted: 27 Apr 2018 17:39
by Desmanto
Just use Action Copy Text to Clipboard and leave the Text field blank. When executed, it will replace the clipboard with blank/empty content (nothing).

Re: Empty the clipboard

Posted: 27 Apr 2018 18:19
by tal444
Action Copy Text to Clipboard with blank text does not affect the clipboard in any way.

Re: Empty the clipboard

Posted: 28 Apr 2018 14:14
by Desmanto
Try to put a text there, like "Hello". Does it change the clipboard? Or you can use script to assign a blank value, then use this as the text.

Code: Select all

blank = "";
then in text field put
{blank}