Thank you for your question.
To use fields recognized by Document Intelligence in your Power Automate flow, follow these steps:
- Create Flow: Start by creating an Instant cloud flow and choose a manual trigger with a file input.
- Add Action: Add the "Extract information from documents" action.
- Select Model: Select your Document Intelligence model and map the file input.
- Process Document: Once the model processes the document, it outputs recognized fields. These can be accessed using dynamic content in subsequent actions.
- Utilize Data: Use the extracted data for further actions like updating a database, sending notifications, or adding data to an Excel sheet. For example, if the model extracts an "Amount Due," you can use the dynamic content labeled "Amount Due (number)" in your flow.
- Handle Large Documents: Specify a page range using the Pages parameter to ensure accurate data extraction and cost efficiency.
- Test Flow: Save your flow and test it to ensure it captures and utilizes the extracted data as intended.
Refer below for more details on the use cases:
Use a document processing model in Power Automate
Use expressions in conditions to check multiple values
I hope this helps in applying these in your scenario. Thank you.