Hi ,
I am trying to query a list on certain conditions, get result in a collection and then loop through to create items with the column values of listitems i initially queried. Issue i am facing is that when i query the list a collection is returned and i was not able to fetch respective column values from it. Then i tried to fetch id's and tried to fetch column's value from list look up to create new item. Again i am not able to get the id from collection object, my over all prob is to get the respective column's value from collection i am using foreach passing collection name and passing a output value. when i try to read this output value it comes blank? i wish i can do it in C# or javascript .