Hi,
To hide the button, you can use the following code:
parent.document.querySelector('.knime-step-next-button').style.display = "none";
Kind regards,
Alexander
Hi,
To hide the button, you can use the following code:
parent.document.querySelector('.knime-step-next-button').style.display = "none";
Kind regards,
Alexander