Hello Everyone,
I have a question regarding the error which i am getting while extracting the information from inovices using document understanding. When it extracts the information from item table it throws an error while merging the data table for items .
So the scenario is the columns of the item table in different invoices have a different alignment or sequence than those defined in the taxonomy.
In the taxonomy I have defined the columns for item table in the order PRODUCT DESCRIPTION , QTY, UNIT_PRICE , AMOUNT
but in one of the document i am extracting the UNIT_PRICE before the QTY as it is in the
structure of that invoice . and in result i get the error Merge Data Table: Cannot find table 2.
So, Is this the limitation of UiPath ?Can anyone help me how to proceed in this scenario ?