i have used merge datatable in which source is coming from output of Filterdatatable . i am getting error object not reference not set to an instance of object
@Ananya1 -pls check the referred data table is having data/null before performing the action.
Hi @Ananya1
Please use (datatable is Nothing) to check the datatables are having null or not. If you are trying to scrape a data and add it to existing datatable keep a If condition before adding if its nothing don’t add.
Regards
Roshan