I have a multidimensional array declared in my Start node named “arrOwesMoney”.
Using the following Assign node JavaScript expression to fill the array,
arrOwesMoney.push(
{Contact: '',
EID: '',
EmpName: '',
Position: '',
TermDate: '',
Type: '',
BeginDate: '',
EndDate: '',
OrgAmt: } );
Once I have completed filling the array. I am trying to use a For Each activity node to loop through the array. To test my For Each loop named “ForEach2440” I have a MsgBuilder node which I am trying to access the values of the array. I have been unsuccessful in accessing the values using the ForEach2440_arrayValue property. The Infor Process Designer Help does not provide an example. Can anyone help me with the correct syntax?
see attached sample