Combining search constraints with OR

Hi Guys,

For an API workflow, i am trying to implement the following logic: if field_A = parameter_1 OR field_B = parameter_2, then return field_3.

Is there any way to do this? At the moment, the constraints seem to be the equivalent of sql AND.

Thanks,
Vikram

Fantastic ! Thanks a ton. Just got it working