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

1 Like

Fantastic ! Thanks a ton. Just got it working

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.