Evening,
I'm playing around with the AI builder for the first time, processing email attachments (PDF's) and using the ai connector to then create items in a SP list.
So far so good using they dynamic content offered to me to populat my fields in SP.
One field I want to fill however isn't being offered in the dynamic content, if i test the flow and search through the result of "extract ino from invoices" step I can see it in the "all detected text lines" section of the output but not in the "items" section, which I guess it needs to be in.
Any tips as how to access this?
Many thanks
Solved! Go to Solution.
Hi,
The prebuilt model return the most popular fields found in invoices.
We are going to enable customizing this prebuilt next year to allow adding custom fields like your "Container No".
In meantime, you can
- use the prebuilt Invoice model to capture the common fields, then build and call a custom Form Processing model to get the missing fields
- or simply create a custom Form Processing model to capture everything in one call
Hi,
I'm not 100% sure to understand you question but if you want to get each line item column just pick it from the dynamic content
The apply to each will be auto generated
Let me know if this answers your question.
Hi @CedrickB ,
The field I wish to use ( container No) is not being offered within the dynamic content though.
I can see it within the raw output of the extract information from invoices step though.
Hi,
The prebuilt model return the most popular fields found in invoices.
We are going to enable customizing this prebuilt next year to allow adding custom fields like your "Container No".
In meantime, you can
- use the prebuilt Invoice model to capture the common fields, then build and call a custom Form Processing model to get the missing fields
- or simply create a custom Form Processing model to capture everything in one call
Understood, many thanks, I'll attempt this at some point today.
It's 99% there already, and is potentially going to save hours of work, so thanks!