Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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