I am having a datatable, I have serialized my datatable to json.
Using for eachloop when i try to iterate through my datatable and pass each row of my table to queue, 3 queues are getting created but all the 3 queues has all the rows of my datatable. How can i solve this problem?
using de serialization jsonArray activity
you can get complete string in a jObjectArray
using for each loop of jObjectArray you can get item in jObject format and use in you project