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 reference a spe...
Power Automate
Answered

How to reference a specific value from a data extract function via a webpage?

(0) ShareShare
ReportReport
Posted on by 22

Hi,

 

I have been able to extract a table of values from webpage.  I need to create a variable from this extract of one of the values from the table.  

 

In the below table, I need to create a variable with the respective Job# from the report name containing the world "colonial".  

 

So in the below instance, I need Job# J219350 to be its own variable that I can use further in my flow.

 

Any ideas how I can do this?

 

Antmorano95_0-1644861974922.png

 

I have the same question (0)
  • Verified answer
    yoko2020 Profile Picture
    495 on at

    @Antmorano95 

    This is an example data table processing. Copy code below and paste it in your PAD.

    SET DT_Report TO { ^['Job#', 'Operator', 'Report Name'] }
    SET Job TO $'''J219354'''
    SET Operator TO $'''RPA237'''
    SET ReportName TO $'''CREATE COLONIAL ELIGIBILITY FILES'''
    SET DT_Report TO DT_Report + [Job, Operator, ReportName]
    SET Job TO $'''J219355'''
    SET Operator TO $'''RPA238'''
    SET ReportName TO $'''CREATE DUMP REPORT'''
    SET DT_Report TO DT_Report + [Job, Operator, ReportName]
    LOOP FOREACH CI_Report IN DT_Report
     IF Contains(CI_Report['Report Name'], $'''colonial''', True) THEN
     SET JobId TO CI_Report['Job#']
     Display.ShowMessageDialog.ShowMessage Title: $'''RECORD CONTAIN COLONIAL''' Message: $'''Job : %CI_Report['Job#']%
    Operator: %CI_Report['Operator']%
    Report Name : %CI_Report['Report Name']%''' Icon: Display.Icon.None Buttons: Display.Buttons.OK DefaultButton: Display.DefaultButton.Button1 IsTopMost: True ButtonPressed=> ButtonPressed
     END
    END

     

     

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 378

#2
Valantis Profile Picture

Valantis 329

#3
David_MA Profile Picture

David_MA 283 Super User 2026 Season 1

Last 30 days Overall leaderboard