I have an EnumList column with a dynamic Vali...

I have an EnumList column with a dynamic Valid_If constraint that produces a list of valid Enum values. If the dynamic constraint produces an empty list, the column is not presented in form view to allow the user to remove the (now) invalid items. How do I give the user the ability to remove the invalid values?

0 1 533
  • UX
1 REPLY 1

Perhaps use Suggested_Values for that dynamic list, instead of Valid_If; I think it kind of makes sense too, cause the fact that there are already existing values in the column that do not comply with Valid_if condition would mean the dynamic list may not really supposed to be a forced list of options.

Top Labels in this Space