Invalid update mode expression

There is a certain bag in the system.
letโ€™s say I made a Security filter on my Data table.
now i have changed my Table, so i regenerate the structure of the table and iโ€™m waiting to reload the app.
now iโ€™m geting a red alert says that its โ€œinvalid update mode expressionโ€.

If I refresh the page Everything is normal So actually the system is kind of OK and the conflict with heraself So itโ€™s only a visual thingโ€ฆ

0 6 516
6 REPLIES 6

Steve
Platinum 4
Platinum 4

Please post a screenshot of the error message.

I myself have encountered transient error messages that seemingly resolve themselves with a simple browser refresh. For me, they happen very infrequently and resolve quickly.

Yes ofcourse thatโ€™s the only solution that can resolving it.
actually itโ€™s not a problem, itโ€™s a conflict between the system whatโ€™s comes first.

2X_3_38293ea55ba4f29521ef483542bdfa8d99053f22.png

and now, a simple refresh will solve the problem

Yep, thatโ€™s exactly the behavior Iโ€™ve seen.

Hansie
New Member

Hi All
I am having a similar issue but the issue is a column.

Table โ€˜PROVIDERSโ€™ has an invalid update mode expression โ€˜=IF( LOOKUP(USEREMAIL(), โ€œUSERSโ€, โ€œLOGINโ€, โ€œMEMROLEโ€) = โ€œADMINโ€, โ€œADDS_AND_UPDATESโ€, IF( [PROVMAN] = USEREMAIL(),โ€œUPDATES_ONLYโ€,โ€œREAD_ONLYโ€ ) )โ€™. Unable to find column โ€˜PROVMANโ€™.

The expression builder does not reflect an error, but when I save I get the above.

Any ideas ?

The update mode expression cannot reference column values directly. This is invalid:

[PROVMAN] = USEREMAIL()
Top Labels in this Space