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.
WarrenBelz
770
Most Valuable Professional
stampcoin
494
MS.Ragavendar
399