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! Go to 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
@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:
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".
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.
Branch:
Task es call a webhook against table "codigos"
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!!
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |