Hi,
I have trained a custom model with invoices using the AI builder. Then I wanted to use the model in power app. I was able to find all the string type values (attached screenshot) but I was not able to get the number datatype values to show in the power app. Where do I find the default number datatype invoice elements like invoiceTotal or subTotal?
Thank you.
Hi @Anonymous ,
Document processing field types is now GA and brings several benefits.
It allows for the extraction of fields with specific types and formats, such as a number, date, checkbox, table, or text field.
https://learn.microsoft.com/ai-builder/extract-dates-and-numbers
Regards,
Philippe
Hi @Anonymous ,
This number type field issue has been fixed, Can you please confirm that you are no longer encountering this problem in PowerApps?
Thanks,
Regards.
Thank you for letting me know!
Hi @Anonymous
The ongoing solution is being implemented and is expected to be released on Tuesday 8th of August.
I invite you to try again on that date.
Sorry for the inconvenience and thank you for your patience.
Regards,
Hi @Anonymous
We have discovered an issue on our end. I will ensure to keep you informed about the resolution as soon as possible. Thank you for your patience.
Regards,
They come from a Field. So, I have trained my model and these (screenshot below) are the elements that I want to extract. But I can only find the string datatype elements when I use this model in power app. Except paymentTerms and purchaseOrder, all the other fields are number datatype and I cannot find them in the power app.
Thank you.
In the Choose information to extract, do the invoiceTotal and subTotal data come from a Table or a Field?
Thanks,
I tried doing this and it does not work either. The error says that 'invoiceTotal' isn't recognized.
Thank you.
Hi @Anonymous ,
Thanks for reaching out. Have you tried this? FormProcessor1.Fields.'invoiceTotal' to retrieve the details of the extracted form field "invoiceTotal".
Hope it helps.