Hello,
I have a couple of values in a SharePoint list. And some checkboxes. In a startform of a Nintex workflow i want to hide elements, when the checkbox has the value false (or show if the value is true).
In the rule I tried false, true, 1, 0, the rule was is not working. See also attached picture.
Can someone help, please?
Thanks,
panc
Solved! Go to Solution.
@panc ...since it's the checkbox, "equal" won't work, use "contains" or "does not contains" instead.
@panc @Are your checkboxes Yes/no controls? If they are, Yes/No control evaluates to true if checked otherwise to false. So just use control name in formula and select hide or disable.
Hi @Nunezma thanks!