Enum list confusion

I have had a time with enum list trying to figure out what I’m doing wrong. So table 1 has an enumlist with a validif of Select from a table2[column1] where the contactid in table 2= the current row contactid. This brings back the right list in the dropdown and stores the data correctly in the table. But it results in an invalid entry error still. Awhile back the data used to be stored in the enumlist field as table2::column1value but now it just stores column1value. My thoughts are that when it stores the multiple values of the enumlist and then checks against the valid if statement after it is stores, it doesn’t fit the select statement anymore. Should I be using something other than a select statement in the valid if? Is there something I’m missing. This feel very basic but I’m just scratching my head trying to figure out what i’m doing wrong.

0 13 501
13 REPLIES 13
Top Labels in this Space