Index was outside the bounds of the array

An automation bot where the first step is to check with an ISNOTBLANK condition started throwing an "Index was outside the bounds of the array" error message today. Up till 3pm the automation bot had been working properly for several weeks.

Is this a Bug?

Solved Solved
0 8 924
1 ACCEPTED SOLUTION

Has probado cambiando el "ISNOTBLANK()" por un "ISBLANK()" y que utilices el branch de No en lugar de Sรญ?

Otra idea serรญa, en caso de que sirva, checkear si [zoho item id]>0

View solution in original post

8 REPLIES 8


@jairod wrote:

Is this a Bug?


We may never know without an expression to check

The expresion is the following: ISnotBLANK([zoho item id])

The monitor logs show like this:

Screen Shot 2022-08-16 at 20.31.39.png

Nothing changed in the app before it started throwing the error.

Por cierto, hablas espaรฑol?

Check which column type is [zoho item id]

Si, [zoho item id] es "number".

Screen Shot 2022-08-16 at 20.47.05.png

Parece un problema del backend pero creo que revisar la configuraciรณn completa de tu bot nos serรญa de gran ayuda.

Puedes postear toda la info del bot? Event, Process y Tasks

Event es ยดData change, รกdds and updatesยด con condition [_THISROW_BEFORE].[sincronizar zoho] <> [_THISROW_AFTER].[sincronizar zoho] que es el trigger column.

Screen Shot 2022-08-16 at 21.00.25.png

Branch:

Screen Shot 2022-08-16 at 21.01.18.png

Task es call a webhook against table "codigos"

Screen Shot 2022-08-16 at 21.02.47.png

 

Has probado cambiando el "ISNOTBLANK()" por un "ISBLANK()" y que utilices el branch de No en lugar de Sรญ?

Otra idea serรญa, en caso de que sirva, checkear si [zoho item id]>0

Si probe ISBLANK() con los mismos resultados.

[zoho item id]>0 funciono! 

Gracias!!

Top Labels in this Space