I have some null values in the queue, like “Email”, “Phone #” etc. How can I write the same null values to the “Add Data Row”? I am currently getting “Object reference is not found error” where there is no value for any of the fields
Sorry, I didn’t understand that. Right now I am pulling it from the queue like this "in_TransactionItem.SpecificContent(“Email_Id”).ToString which is throwing me “Object reference not set to an instance of an object”. I have a bunch of columns like “Name”, “Email_Id”, “Phone Num”, “Address” etc, in which “Email_Id” and “Phone Num” are optional and thus it could be uploaded as null into the Queues.