Any idea on how to use nested collections? (a.k.a. when one field of a collection is of type collection itself).
I'm unable to reference the internal collection values in a loop. Which would be the correct syntax?
Thanks
Hi,
If you are looping nested collection then something like this should be fine [Coll4.Field1.Field2]
(Coll4.Field1 is basically address of nested collection which should be selected in Loop, Field2 targets column in nested collection)