stringVariable = Newtonsoft.Json.JsonConvert.SerializeObject(Datatable)
you can pass this string to the AddQueueItem as a string.
Import Newtonsoft.json namespace
stringVariable = Newtonsoft.Json.JsonConvert.SerializeObject(Datatable)
you can pass this string to the AddQueueItem as a string.
Import Newtonsoft.json namespace