How to Add String Variable values(scrapped values) from for each Datatable loop can be added as colmnn of datatable?

Hi @Vidhi_Patel

You can use add DataRow activity inside your loop.
Then you can use the variable of the loop (e.g. CurrentRow) and the name of the table you want to store in. These are to be added to the activity: Add Data Row

1 Like