Skip to main content
Nintex Community Menu Bar

Query more lists in one action

  • February 11, 2019
  • 1 reply
  • 6 views

Forum|alt.badge.img+3

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.

1 reply

Forum|alt.badge.img+14
  • Scholar
  • February 11, 2019