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 ignore case sen...
Power Automate
Suggested Answer

How to ignore case sensitive in selector - PAD

(0) ShareShare
ReportReport
Posted on by 18
have a query here:

I need to select a value that comes from an input and store it in a variable to pass into a selector.

I can pass the variable through the selector, but for example — if the input value is “Test” and the actual UI element has it as “test”, the bot doesn’t identify it due to case sensitivity.

How can I handle this case-insensitive matching in the selector?
 
Thanks in Advance!!
I have the same question (0)
  • Suggested answer
    VishnuReddy1997 Profile Picture
    2,656 Super User 2026 Season 1 on at
     
    Please find the solution below.
     
    Set variable: `myInputValue = "Test"`
    Convert to lower: `myLowerInput = ToLower(myInputValue)` → gives `"test"`
     
    Use selector:
    ```plaintext
    window[Name*="%myLowerInput%"]
     
    Regards,
    Vishnu Reddy
     
  • Suggested answer
    eetuRobo Profile Picture
    4,535 Super User 2026 Season 1 on at
    If you just change the Operator of the Attribute to be "Regular expression match" then it ignores case.


    So in the Text editor mode the selectors attributes operator is @=


    So with a variable

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 801

#2
Valantis Profile Picture

Valantis 602

#3
Haque Profile Picture

Haque 581

Last 30 days Overall leaderboard