I retrieve a table from the queue which was serialized. I deserialize it into datatable.
Then i am using the datatable to write cell using for each row in datatable to write in specific cells. However when i write cell from the datatable e.g. row(“name”).Tostring, it throws error and say it cannot match the datatable name.