Hi experts,
Can anybody tell me how to use parameter _arrayIndex of table method modifedFieldValue?
Field Result is an array field, and when any of them is modified, another field value is updated accordingly.
But when I implements by following codes, the parameter _fieldName is Result[1], and the code RED won't hit.

However, when I try to change the code like below, the compile error found

Thanks in advance.