Hello,
I am using a query to create a Collection of a lookup field. The collection is called vCollTaskOwner1 with a type of collection. When I do a count of the collection, I get 7 which is the expected result.
Then, I am looping through the collection using a For each loop and Index is called index. I am trying to save vCollTaskOwner1 into a variable called vTaskOwner1 - Single Line of Text.
However, vTaskOwner1 is coming up blank. I am doing this for other columns in the same list that are defined as Single Line of text which works fine. Is there anything special I need to do for Lookup fields?