Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - AI Builder
Answered

How to save your textrecognizer result in dataverse?

(0) ShareShare
ReportReport
Posted on by 3

Hello guys!

 

Is there any resources or tutorial on how to save data result from the text recognizer and save It on created table in dataverse?

 

Sorry, Im new with powerapps.

 

Pls help. Thanks

Categories:
  • Verified answer
    Antoine2F Profile Picture
    on at
    Re: How to save your textrecognizer result in dataverse?

    Hi

     

    I believe this is what you need:

    https://learn.microsoft.com/en-us/training/modules/get-started-with-ai-builder-text-recognition/

    In particular this section:

    https://learn.microsoft.com/en-us/training/modules/get-started-with-ai-builder-text-recognition/4-build-application

     

    You can also try to follow these steps:

    In your canvas App, insert a TextRecognizer control and use it with an existing image.

    In a text label, display the extracted text you need to insert, and tweak the formula if needed .

    Eg: 

    First(TextRecognizer1.Results).Text

    Click 'Add data' and select your Dataverse table where you want to insert a record.

    Insert a button and set this formula as 'OnSelect' by adapting the name of table (myDataTable), the column name where you want the extracted text (Name), and the content. 

    Patch( myDataTable, Defaults( myDataTable), { Name: First(TextRecognizer1.Results).Text } )

    Clicking this button will create a new entry in your myDataTable.

     

    Documentation about patch function : https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-patch

    If it's a model driven app, you can adapt what is done for Business Card reader here:

    https://learn.microsoft.com/en-us/training/modules/get-started-with-ai-business-card-reader/4-model-driven-app

     

    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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1