Today we stumbled upon following Problem:
We have a list with checkboxes and want to select every item with value "True".
For that we use a "Query List" Operation, filtering the List for checkbox-value "True".
Now "for each" relevant ItemID we log the Checkbox Value in the history list.
But everything we get in the history is "False".
So after filtering for "Checkbox equals True" we get all the items that are "False". Why is that?
If we filter for "Not equals False" we correctly get the "True" values.
Does this make any sense to you?
Cheers,
Stephan