Button with Link

Hello

I'm trying to create a simple button which opens a link in same window. How can i make this?

Regards

Hello @sercon,

Please add the following code in Button OnClick settings to open link in the same window.

window.open("https://www.plumsail.com", "_self");

image