HI @Olmax,
This warning appear becoz the Document understanding model is not part of solution definition. the extract document data activity expects a DU project to exist and be referenced but recently it is only selected as predefined and not deployed
Do this
create or open DU project in studio then Ensure the Extractor (invoices) exists and is trained,published → Add Du project to the solution (so its deployed with the solution) —> If running on another tenant, amke sure the same du model id created and available there
Until the du model is defined and deployed, the activity will show the error and may fail at runtime
Thank you for the response @manish.pal
Hi @Olmax
The red error warning is because the Input is wrong.Extract Document Data needs a file path (String), not fileOrFolderInformation.
fileOrFolderInformation.FullName
or a direct PDF path.
The DU models warning is not an error.
It only means the prebuilt Invoice model must exist in the target tenant when you deploy.
Please fix the path warning will be gone
Cheers
Hi @Olmax
If Solution help tp resolve the issue, Please mark as solved and closed the thread.
Thanks
If This solution works for you please mark it as the accepted solution so it can help other s facing the same issue.
![]()
Hi @Olmax
This is not an error, it’s a warning related to Document Understanding models.
How to fix / handle it:
- If you stay in the same tenant→ you can ignore this warnin
- If you deploy to another tenant → make sure:
- Document Understanding is enabled
- The Invoices predefined model exists in that tenant
