cancel
Showing results for 
Search instead for 
Did you mean: 

Collections

AlbertoCannas
Level 2
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
1 REPLY 1

JiriPospisil
Level 4
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)