What is the syntax for using a collection field in an expression?
Posted: Fri Jul 22, 2022 11:28 am
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]
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]