Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - AI Builder
Unanswered

Invoice Processing

(0) ShareShare
ReportReport
Posted on by 2

Hi Everyone!

I am trying to make a PowerApp that achieves the following: 

* Upload invoice within the app that uses AI model to extract information from the app and populate the fields on the form in the app.
* Populate dataverse tables from the extracted information
* Create a approval flow 

The problem I am facing is that the when using the following code in the "OnChange" field of the formprocessor, It is not able to add all the table items into the collection (if it is picking up description, quantity, price, total fields with the AI model, it only shows the description field in the collection)

ResetForm(Form1);
NewForm(Form1);
ClearCollect(
InvoiceCollect,
FormProcessor1.Tables.items
);
UpdateContext({Gridshow: true});

Can anyone guide me regarding this? Where I am making a mistake and how I can correct it so I can achieve my use case. Thanks! 

Note: I used 3 collections to train my AI model because 3 vendors have different invoice structures. 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 770 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 494

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 399