I’m unable to create multiple tables in Modern project structure in DU from UiPath Cloud. It allows to create only one table.
I cannot feed data to same table while exacting information multiple tables in PDF. Kindly help on this.
I’m unable to create multiple tables in Modern project structure in DU from UiPath Cloud. It allows to create only one table.
I cannot feed data to same table while exacting information multiple tables in PDF. Kindly help on this.
By default it supports only one table..if you need to extract multipe then you need to train and use separate models as of now
Cheers
How to do this ? Train separate models means ? should i create multiple document types ?
Alternatively , I have added a category column to the single table. Will check if this works
Hi @suripaleru
you can create only one extraction table per document type, so creating multiple tables isn’t supported directly.
Or you can either combine all tables into a single table by adding an extra column to differentiate them, or extract tables separately using different extraction definitions and then merge the data in your workflow.
If helpful, mark as solution. Happy automation with UiPath