Hello,
I have build one datatable with 7 columns. I have 7 values in different variables which is in loop extracted from web page. I have used ADD DATA ROW activity. I want to add those values in created datatable using ARRAY ROW as a input like putting variables as{var1, var2…} but everytime it is replacing earlier data and datatable is having only one row at the last.
Is there any solution to append arrayrow to existing dt.
Thanks for help.