Enumlist with valid if select expression show invalid when re-edit the row

Hey all,
I have a enum list field which is filtered with a valid if select function. It all works well except when you edit the row at a later stage you get the โ€œthis entry is invalidโ€ under the enum list field. If you reselect the same values, the error message disappears again until you edit the row again.
Anyway to get rid of the error message?
Thanks,
Hyman

1 8 861
8 REPLIES 8

Steve
Platinum 4
Platinum 4

What is the Valid If expression?

SELECT(Objectives[Objective Name],[Project]=[_THISROW].[Project])

What is the name of the EnumList column?

Objective/s

Is the EnumList column set to Allow other values?

Yes

Iโ€™m scratching my head on this oneโ€“I donโ€™t know whatโ€™s wrong. Perhaps reach out to support@appsheet.com?

There definitely has to be a problem when dealing with enumlist expressions. In my case, I tried to compare a string from a value taken from a โ€œlist of enumlistโ€, using the formula

ANY(TABLE[Enumlist_Column]) = โ€œSTRINGโ€.

No matter what the value is, the expression will always result to false.

I even tried to convert the left hand side to text before the comparison but the same result prevails

TEXT(ANY(TABLE[Enumlist_Column])) = โ€œSTRINGโ€.

Top Labels in this Space