Can use these 2 actions, it will be similar when you want to end the thread.
But in this case, this is a bug with the site. So you can use Fail to give an error message. This action will end the current thread.
Screenshot_4.png
Set clipboard problem
-
Hi, I have a problem with set clipboard function. It works fine when used in text/plain mime type.
But I need it in text/html, but when I try to use it then I'm always getting empty string in my clipboard. Even after trying to set something as simple as <p>Hello World</p> it still doesn't work. -
I think that I know what is wrong with this. When I use set clipboard, and text/html mime type its not working, because text editor where I need to paste it needs also text/plain for fallback. But I can't set both text/plain, and text/html in BAS using set clipboard function.
Am I right?