web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to scroll to the i...
Power Automate
Answered

How to scroll to the input area of ​​a form using browser operations

(1) ShareShare
ReportReport
Posted on by 6
I have been using RPA for several years, but there is one page on the editing screen of the EC admin page where I just can't get it to work when inputting data into multiple places. The editing page is about the size of three pages.
After trying various things, I found that scrolling to the position where I want to input data works well.
Is there a way to achieve this with an action?
None of the operations I tried - "entering data into a text field," "focusing on a text field," or "pointing the mouse at an element on the page" - worked.
This is because sometimes the page does not scroll.
I have the same question (0)
  • Verified answer
    eetuRobo Profile Picture
    4,535 Super User 2026 Season 1 on at
    Does the editing actions (populate text on web page?) go to error if the element is not on screen or does it just continue like it did the action even though no data had been input into the field?


    If the elements are static you could use PageDown or arrow keys down to scroll the page.
    So focus on the window and with Send keys -action use {PageDown} or {Next} to use PageDown key. 

    Or you could use Javascript to scroll to a certain element.

    For example:
    function ExecuteScript() { 
    const targetElement = document.querySelector('Your Selector Here');
    
    if (targetElement) {
      targetElement.scrollIntoView({ behavior: 'smooth', block: 'center' });
    } else {
      console.error('Element not found.');
    }
     }

    You can use browser Inspect to get the selector. So find the element in the Inspect and Copy selector.


    https://learn.microsoft.com/en-us/power-automate/desktop-flows/how-to/scroll-web-page
  • 丸0-26110242-0 Profile Picture
    6 on at
    So it's a method that uses Javascript. I see. Thank you very much for the detailed explanation.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 816

#2
Valantis Profile Picture

Valantis 603

#3
Haque Profile Picture

Haque 566

Last 30 days Overall leaderboard