Does anyone know the formatting for using In or Not In when using the script builder?
I was thinking of doing something like the following (VBA format, as I don't know how to do it in Deluge):
cboStatus being a picklist.
- If cboStatus Not In ("-Select-", "Booking Made", "Cancelled") Then
Expression
End If