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 / Case sensitivity issue
Power Automate
Suggested Answer

Case sensitivity issue

(0) ShareShare
ReportReport
Posted on by
Hello,
 
I'm doing this command:
 
add(indexOf(body('Html_to_text'),'CHOSEN'),8)
 
I thought that this would find the word CHOSEN (upper case), but it also finds it as chosen (lower case) too. Is there a way to find only if it's all UPPER CASE? Thank you!
Categories:
  • Suggested answer
    SudeepGhatakNZ Profile Picture
    14,396 Most Valuable Professional on at
    In Power Automate, the indexOf function is case-insensitive, meaning it will locate the string regardless of its casing. To find only the uppercase word "CHOSEN," you can use a combination of expressions to enforce case sensitivity. 
    Try
    if(equals(substring(body('Html_to_text'), indexOf(body('Html_to_text'), 'CHOSEN'), 6), 'CHOSEN'), indexOf(body('Html_to_text'), 'CHOSEN'), -1)
    

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 237 Super User 2026 Season 2

#2
David_MA Profile Picture

David_MA 227 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 194

Last 30 days Overall leaderboard