Skip to main content

Dear everyone,

I have a  using QueryList action and filter with a field (type is Yes/No). The problem is when I filter with value is Yes => It not work. If I filter with value is 1 => it worked

By the way, if I want to set value to this field => set the value is No or 0. Because I see Nintex only allow to select Yes/No in dropdownlist. If I want to set the value is 0, I have to set value by a variable (variable set value to 0)

Please let me know why ?

Thanks and regards,

//Tan Nguyen

sharepoint implements yes/no field as a Boolean field and stores its values as 0 or 1.

I'm not sure what's your exact case, but CAML recognizes Yes and No values as well

216565_pastedImage_3.png

216564_pastedImage_2.png

216568_pastedImage_6.png


Reply