Modify Multi Value CDT

I've defined a CDT as a Multi Value. At run time I will have 'n' instances of the object.
During runtime I wish to update a specific field for one of the instances of the object but I'm not seeing how to address the field correctly.

I cant use array[1].field as that's only addressing the first instance. So for example I have at run time the multi Value CDT with the values :

                     Instance1 Instance2 Instance3

Field1(Text)       A                 D              G

Field2(Text)       B                   E             H

Field3(Boolean)  true             false       false

I want to change Instance3 Field 3 from false to true. How to address it because when we modify the value of CDT, it is just updating in the first instance and I am not able to pass the count of the instance

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data