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 Apps / how to find the specif...
Power Apps
Unanswered

how to find the specific text from the textrecognizer result

(0) ShareShare
ReportReport
Posted on by 3

Hello Guys!

 

Im new with powerapps and I have some questions.

 

Im currently using AI Builder TextRecognizer.

And I want to check from the textrecognizer.Result.text if it contains the specific text that I want to find?

 

Pls help.

 

Thank You

 

Categories:
I have the same question (0)
  • Antoine2F Profile Picture
    Microsoft Employee on at

    Hello

     

    Here is an example of a formula you can put in a text label:

     

    If(IsBlank(Find("text to find", First(TextRecognizer1.Results).Text,1)),"not present", "present")

     

    TextRecognizer1.Results is a table so I've used 'First' to return the first selected text.

     

    If you want to search for all texts, you can use

     

    If(IsEmpty(Search(TextRecognizer1.Results,"text to search","Text")),"not present", "present")

     

    Hope this helps

    Antoine2F

     

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 Apps

#1
Valantis Profile Picture

Valantis 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard