How to pass the assign value as an argument(datatable) so that I can add the value to "add data row" activity

Capture5
Capture6
I want to use this value as an argument so that I can add it data row and write in flowchart. Or else is there any other method to write into excel without overwriting. I want to append, but its not happening since Im looping the flowchart, in the end of execution the old value gets overwritten.

I want to know how I can add multiple items to datatable and append it.

Hi @Bhushan_Nagaonkar ,

You have data in data table or need to create data table?
Regards,
Pavan Kumar

1 Like

I have to add this data in build data table. So that I can add all the data in one and pass it down to excel and also Im using this assign value in “typeinto” activity.

Hi @Bhushan_Nagaonkar , So you want to pass datarow as argument. Am I right?

Yes. It’s a flowchart which is being iterated, so every time the flowchart getting iterated the date should append in excel. The data that I’m adding is assigned by me not from excel. So I cant use for each.