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 save your textr...
Power Apps
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
    Microsoft Employee on at

    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

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 Apps

#1
11manish Profile Picture

11manish 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard