Expression appears to be part of a cycle and can't find the expression

Iโ€™m getting an error, but only sometimes on an app
Unable to fetch app definition. Error:Expression appears to be part of a cycle:
IF(AND(NOT(ISBLANK([Line 1])), ([Line Checked 1] = โ€œYESโ€)),1,0)/nExpression appears to be part of a cycle: 1/n

We can usually resync and it will work

This also sometimes shows up in the app designer as an error, but not often.
When it does show, it doesnโ€™t show me where the expression is so that I can fix it.
And I canโ€™t find it when I look for it.

Is there a way I can search for an expression, or does anyone know what might be causing this?
Thanks

0 4 544
4 REPLIES 4

Steve
Platinum 4
Platinum 4

Iโ€™d guess Line 1 and/or Line Checked 1 are virtual columns and that they refer to each other or to the column with the expression you provided.

Both are real columns (if itโ€™s the table I think it is)

The only thing I can see thatโ€™s anywhere similar is a format rule:
[Line Checked 1]=โ€œYesโ€
Which formats Line 1
Could that be connected?

I also donโ€™t think I would write NOT(ISBLANK, Iโ€™d use ISNOTBLANK, which makes me think itโ€™s a hidden expression as I canโ€™t find it anywhere.

Hmmmโ€ฆ Iโ€™m thinking this might be pretty deep in the guts. Youโ€™d probably do well to engage support@appsheet.com directly for this one.

thanks will do

Top Labels in this Space