Errorwhile inserting extracted information in table in oracle database

Dear All,

I will be grateful if someone can help me o solving the error i am facing while extracting the information from documents using documents understanding … so i am storing the data in oracle database and after successfully creating connection with database , i get error while inserting the data in the table… I was not getting error when i used similar kind of workflow and activities

in the past . Here is the attached screenshot for reference and the entire workflow picture .

@Rahul_Karn

please open exception from locals panel…which might have more info

also is the datatable empty?

looks like it might be

cheers

Dear Anil,

Thank you for your repsonse. Yes I am new to UiPath .I put a log message details and it shows system.datarow.collection from dtOutput

but i am not sure if values are getting populated in that . I am attaching the screenshot from Locals panel also. It would really be grateful if you could see once and suggest me what is going wrong in the workflow.

@Rahul_Karn

Open this

image

cheers

Just to make sure, Can you verify the number of columns you are trying to insert and the no of columns with respective properties of the table before you try to insert it. Sometime it fails to insert information when because of Columns miss match or sometimes some of the columns in Table wouldnt accept duplicates/nulls but UiPath might try to pass them so we could face an error.