Hide navigation buttons on Web Portal

Hi,
To hide the button, you can use the following code:

parent.document.querySelector('.knime-step-next-button').style.display = "none";

Kind regards,
Alexander

4 Likes