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 / EXTRACT DATA FROM WEB ...
Power Automate
Answered

EXTRACT DATA FROM WEB PAGE USING PAGINATION

(0) ShareShare
ReportReport
Posted on by 12

Hello everyone,

 

I need help extracting data from a web entire html table. The issue is that I am only able to use the loop iteration BUT the data is extracted into separate excel instances. I am failing to append the data from all the pager iterations into one single excel.     

 

Please help 

 

Regards.

I have the same question (0)
  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @MOSMASDAMSEK 

     

    Try this overall approach:

    1) Before loop iterations, you have to 'Launch Excel' with a blank document. This will give you default %ExcelInstance% variable

    2) Inside each loop iteration:
    2a) 'Extract data from web page' to capture your data. In 'Store data mode', select 'Variable'. This will result in default %DataFromWebPage% variable

    2b) Use 'Get first free row on column from Excel worksheet' action to do exactly that on the previous launched Excel instance. This will give you 2 variables by default: %FirstFreeColumn% and %FirstFreeRow%
    2c) Then use 'Write to Excel worksheet' with these parameters:

    • Excel instance = %ExcelInstance%
    • Value to write = %DataFromWebPage%
    • Write Mode = On specific cell
    • Column = 1
    • Row = %FirstFreeRow%

    Doing that data extracted from web will be stored in just one sheet instead of several.

  • MOSMASDAMSEK Profile Picture
    12 on at

    Yes while I try this, do you know how to store the same data in an SQL database directly from the variable mentioned above, that is instead of storing in excel store directly into azure sql database. I am able to initiate a connection successfully so far

  • MOSMASDAMSEK Profile Picture
    12 on at

    Will give you feedback on the excel suggestion you gave shortly

  • MOSMASDAMSEK Profile Picture
    12 on at

    Storing in a single excel sheet worked perfect as per this solution...Thanks a ton

     

    Now I want to monitor if there is any extra data on the web table

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 474

#2
11manish Profile Picture

11manish 268

#3
David_MA Profile Picture

David_MA 243 Super User 2026 Season 1

Last 30 days Overall leaderboard