Hello all,
I want to add a simple if condition that will check the value of a text field.
The value of the field might be Peeling or Eatable, if not, show a message on screen.
The condition will occuor by a trigger from a button on screen.
Like the following statement :
If field_name is blank or (field_name != ‘Peeling’ and field_name != ‘Eatable’) then
show message ‘…’
else
continue …
I know to split the two parts of the OR condition but do not know how to implement the second part.
Please help !!!
Thank you,
Amit