I could not able add data into table

the data I am getting from find children, i could print the data but not able to add into data table.


@Manju_Reddy_Kanughula

Are you getting any error?

Cheers

Not getting any error

@Manju_Reddy_Kanughula

Is the build datatable also inside the loop …if so please move it outaide loop…

And have only add data row inside the loop

Cheers

Hi @Manju_Reddy_Kanughula

Can you show how you have added the data ?

I see only a build datatable and add datarow

If Add datarow is inside the for each loop?

If not use a for each and give the variables which you get from find children
inside that use the add datarow and add the Cuurentitem.ToString to the datatable

Regards
Sudharsan

Hey @Manju_Reddy_Kanughula ,

I think your Add Data Row activity is not inside the for each row , if so kindly move inside it will add all the rows to the table else it will add only the last result to the datatable.

Thanks,
Sanjit