Enum Dropdown New Values & Valid_If

Hey All,

I currently have a form with an input. The input type is an enum. I have it set to allow new values. I am trying to make it show the previous values used in the enum field. I only want the values that pass a valid If to show. The problem Iโ€™m running into is that i also want to be able to add new values to that enum field. With my current expression, I can get the previously used values but can add new.

This is the value that passes the valid if but doesnโ€™t allow new values.

My current valid_if expression is this"
SELECT(RA Active Status[RA Number], [Active] = 1)

Looking for it to be:
SELECT(RA Active Status[RA Number], [Active] = 1) - OR allow new values

This function is true when the active status for a previously used value is 1. When it is 0 for that specific RA number it wonโ€™t show in the enum list. Is there a way to modify my expression that says if the value is 1 then show but also allow new values? Any insight would help as I am lost.

Solved Solved
0 3 240
1 ACCEPTED SOLUTION

This did the trick!

View solution in original post

3 REPLIES 3

I may have fixed it with the suggested values section.

This did the trick!

Bahbus
New Member

VALID_IFs donโ€™t work that way. Try Suggested Values.

Edit: oh, you got it, right as I posted it.

Top Labels in this Space