Hello, I would like to ask few questions of using add data row.
I have one data table that with two data types ( String , String , String , Double , String )
and i am scraping data from web app using same data types and adding to the datatable using add data row.
As far as i know it shouldn’t work as add data row only access array of string but somehow it’s working for my case.
any idea why ?