How to get column name from queue

Hi to all,

I have added data from excel to queue, from the queue I just want to know How we can get the “Column” names ?
Column name i have to search in particular website and whatever value is present in column on the basis of that i have to apply filter on website.

flow is like that- excel data → add to queue -->take column name from queue–> search in website–>if found click on filter image–> enter the value of column .

It would be very helpful if someone will help me on this

@dsoni2 How did you Add Excel Data to Queue?

in the json array i have added

I have added data from excel to queue, from the queue I just want to know How we can get the “Header” names ?

example: name: abc
age: 27
place: xyz
In the above example i need to fetch header name (name,age,place)from queues dynamically .

@dsoni2 So you Converted Datatable to json Array? If so, You can Convert it back to Datatable and take the Column names From it

I am trying it.and let you u kno

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.