Resolved! Scroll Automatically to the Bottom of the Page in Service Portal
Hello,Consider I have a list of questions. When I click on the first question, it should automatically take me to the bottom of the page.window.scrollTo(0,document.body.scrollHeight); won't work as document won't work in API.ThanksSaranya

