I want to automate my invoice process here is a little preview:
I want the information from my PDF into my share point list:
I get the values but they don't in my share point list
Adressor:
amount
Invoice number
invoice date
But I get an error message all the time
e.g.
And my lsit is empty
How I get the Information from my AI Builder into my share point list?
Solved! Go to Solution.
As discussed, this was a aggregation of problems:
- document layout not trained in the model,
- best practices on how to properly extract the reciptient in the order
- how to post process the data extracted to send an email to the appropriate person.
Using on the templates available when clicking on "Use model" in the Model details page will help to bootstrap your flow.
Hi,
It looks like a number conversion issue when calling the SharePoint connector.
I'm affraid you have to post process your numbers with something like
float( replace( replace( NUMBER, '.', ''), ',', '.') )
before you send to SharePoint
It doesn't work 😕
It can not converted to a float.
It should be something specific with your locale.
Can you send an email to aihelpen@microsoft.com, we will have a quick call.
Okay 🙂
As discussed, this was a aggregation of problems:
- document layout not trained in the model,
- best practices on how to properly extract the reciptient in the order
- how to post process the data extracted to send an email to the appropriate person.
Using on the templates available when clicking on "Use model" in the Model details page will help to bootstrap your flow.