Tagged Questions
0
votes
0answers
901 views
How to use CAML IN clause with MultiLookup field? [closed]
After making a long research I'd like to share the solution for executing a CAML query using IN operator dynamically based on a multi lookup field by workflow without any additional coding. Generally ...
1
vote
1answer
295 views
Caml for “multi lookup has no values” condition
I need to get items from my list where multiLookup field contains value (for example, value is 42) or has no values.
First part is simple:
<Eq>
<FieldRef Name='mlookup' LookupId='true' ...