I have a X CDT variable with attributs a,b,c I have a rule that get an arra

I have a X CDT variable with attributs a,b,c
I have a rule that get an array of X in entry as an ANY type, the array is called Y

I'd like through a saveInto to update a constant C for all the b attributes of some elements of Y for which I have their indexes in Y, how can I do that?
when I try this I got a java.lang.IllegalArgumentException, Cannot index property 'b' into type Dictionary

Y the Any array of X elements,
indexes: the indexes of X elements in Y to update,
b the attribute to update,
C the constant

a!save(
target: ri!Y.b,
value: updatearray(ri!Y.b, index,C)
),

Thanks

OriginalPostID-207384

OriginalPostID-207384

  Discussion posts and replies are publicly visible