Is there option how to query more than one list in a row?
I was trying query list and CAML and put code like this:
<Query>
<Lists>
<List ID="{ID-OF-LIST-A}" />
<List ID="{ID-OF-LIST-B}" />
<List ID="{ID-OF-LIST-C}" />
<List ID="{ID-OF-LIST-D}" />
<List ID="{ID-OF-LIST-E}" />
</Lists>
<ViewFields>
<FieldRef Name="ID" />
</ViewFields>
<Where>...Workflow finish without error but no data recieve ...
Or if it exist another solution how to do that ? Like a web service, search ... ?
And I know that workaround could be create a 5 query list in paralell action.
Thanks for any advice.