Page 1 of 1

What is the syntax for using a collection field in an expression?

Posted: Fri Jul 22, 2022 11:28 am
by answerhappygod
What is the syntax for using a collection field in an expression?

A. Like this MyCollection(MyField)
B. Like this MyCollection[MyField]
C. Like this [MyCollection[MyField]]
D. Like this MyCollection.MyField
E. Like this [MyCollection.MyField]