Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

check if field value is in a dataset

Avatar

Level 2

Hi,

I have a field with a drop down list on my form where the user can also enter something some value not in the drop down list.

Now I want to check if the value the user entered is in the drop-down list. Generally speaking if a value of a field is in a table.

I am wondering if there is something like

if (this.rawValue is in table) then do something

or if I have to loop over the table to compare the values of the field and the table.

Thank you.

Regards,

Martin

2 Replies