If you're looking at this functionality, could you help me out, please?
I created a sample collection ""cTest"" with a field ""fTest"". Then I typed a few Initial Values for fTest like vTest1, vTest2, vTest3. When I use Utility - Collection Manipulation => Read Collection Field and define the Inputs as
Collection = cTest
Field Name = fTest
Row Index = 2
and Output to Data1(text),
I get an execption ""The collection does not contain a field with the name 'vTest1' ??? So, instead of reading / returning the value from the second row (=> vTest2) it's giving an error stating that there's no field named according to the value on the first row (vTest1).