Question
Sub-process input variable: Cannot index from an array using tp[instanceIndex]
Hi everyone, I'm having this issue where I'm trying to index a date and time array using the index of caseID from another array with same order. Below are the process variables and the code that I wrote:
| allCases | Number (Integer) | 3,061,158; 3,061,157; 3,061,156; 3,061,155; 30,611,111; 306,115,555 |

| updatedDateTime | Date and Time | 20 May 2023 12:00; 21 May 2023 12:00; 20 Jun 2023 12:00; 6 Dec 2023 12:00; 20 May 2023 12:00; 20 May 2023 12:00 |



However there was no updatedDateTime value passed into my sub-process, so I'm wondering what did I do wrong with the indexing.
Any idea? Thanks a lot in advance :)
