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 / [PAD] Extract Data Fro...
Power Automate
Answered

[PAD] Extract Data From Web Page - Selector :not()

(0) ShareShare
ReportReport
Posted on by 26
Is it possible to create a CSS selector that will pick all elements except the one that is selected?
 
 
My selector: * > div[class="product--description"][itemprop="description"] > :not(h5) ~ *
 
Basically I want to select all elements except the h5.
 
I have the same question (0)
  • Verified answer
    eetuRobo Profile Picture
    4,565 Super User 2026 Season 1 on at
    Use "Extract data From web page" -action and select some element (doesn't matter which). Then open "Advanced settings". Then choose "Extract" method to be List. Then add Base CSS selector to be this: > div.product--description > *:not(h5)

    That will select div with "product--description" class and its child elements which are not h5.



    Then it gets all but h5 in that div



    result:


    here is the action for you to paste on your PAD editor:
    WebAutomation.ExtractData.ExtractList BrowserInstance: Browser Control: $'''> div.product--description > *:not(h5)''' ExtractionParameters: {[$'''''', $'''Own Text''', $''''''] } PostProcessData: True TimeoutInSeconds: 60 ExtractedData=> DataFromWebPage
    
     

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 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard