Action Center field formatter error issue help

In UiPath Action Center screen, for a document under review, the formatting error being displayed under few fields. Current Formatting is right as per business. Want to know where this formatting error comes from and stop showing it. Taxonomy it is mentioned as number.

Note: instead of Document understanding, im using Azure OCR and Azure document model for extraction. I would like to remive this formating error. “Expected number format #,###.##”

Updated error screen

This comes from UiPath’s DocumentProcessing.Configuration engine—not Azure.

I would recommend you to change field type in taxonomy, If business does not need numeric validation in Action Center.
Taxonomy → Edit Field → Change “Number” → “String/Text”

Then it will work fine.