Hello there,
I got the above mentionen error message for a flow that collects the data of concert registrations of teachers for their classes and sends out a request to the teachers a day after the concert has taken place to conferm that the concert has taken place in deed.
Below you see the protocol of the flow. There are four collections:
varColErstelltvon: with the e-mails of the people to whom the request will be send
vaColIDAnm: with Nintex-Element-ID of the concert registrations
varColKonzert: with the name of the conterts
varColDurchführungsdatumheute: the date at which the concerts was sceduled
In the sample each collection has two elements (IDs, Concerts, e-mails,). The workflow loops correctly thorough the data firs ID21 (loop 0) than loop ID22 (loop 1).
ID21 works correctly changing status von "wait" to "to be confirmed" and sending out the mail.
ID22 is processed correctly till it reaches the variable varErstelltvon, which contains the email for the second mail to be sent to a teacher.
Then the error occours and the above mentioned error message pops-up.
From my point of view the index property is 2 and numer of items in the Collection (the amount of e-mail adresses) is 2 as well. I don't get it what the problem is.
I would be grateful for a hint towards what the cause of the problem could be.
Thanks a lot
Berni