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 / 1040 Model Not Returni...
Power Automate
Unanswered

1040 Model Not Returning valueNumber (2015, 2017, 2023)

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

I’m working on a Power Automate flow using Azure Document Intelligence (prebuilt US tax / 1040 model) to extract data from IRS Form 1040 PDFs into SharePoint.

I’ve spent 30+ hours troubleshooting this across multiple tax years (2015, 2017, 2023) and am seeing consistent issues with missing numeric values.


Flow Setup:

  1. Upload IRS Form 1040 PDF (clean, digital — not scanned)

  2. Analyze Document (Azure Document Intelligence)

  3. Parse JSON:

json(string(outputs('Analyze_Document_for_Prebuilt_or_Custom_models_(v4.x_API)')?['body']))
  1. Create item in SharePoint using expressions such as:

coalesce(
  body('Parse_JSON')?['analyzeResult']?['documents']?[0]?['fields']?['BoxXX']?['valueNumber'],
  0
)

Issue:

  • Many expected numeric fields return 0

  • In Parse JSON:

    • Fields are present (e.g., Box7, Box11, Box24, etc.)

    • BUT valueNumber is missing

    • Only confidence is returned

Example:

"fieldName": "Box11",
"fieldValue": {
  "type": "number",
  "confidence": 0.98
}

Important Notes:

  • This occurs across multiple tax years (2015, 2017, 2023)

  • PDFs are high-quality, digitally generated (not scans)

  • SharePoint columns verified and working

  • Expressions work correctly when valueNumber is present

  • Some fields (e.g., wages) occasionally extract correctly, but most do not


Request:

Since I cannot share actual tax return files due to sensitive information:

  • Is this expected behavior for the 1040 model?

  • Are only certain fields guaranteed to return valueNumber?

  • Is there a known limitation with specific tax years or form layouts?

  • What is the recommended approach when fields are detected but values are not extracted?


Goal:

Reliable extraction of structured financial values from IRS 1040 forms into Power Automate.


Thank you for any guidance.

Categories:
I have the same question (0)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 333

#2
David_MA Profile Picture

David_MA 245 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 202 Most Valuable Professional

Last 30 days Overall leaderboard