No data from Get Items by Query (Many Lists)

I try to collect project tasks from task lists in various rooms.
The Plumsail action “Get Items by Query (Many Lists)” seems to be perfect for achieving this.
BUT; It does not return any results.

Action:
Get items by query (
<ViewFi… ) from all lists ( Tasks ) and save to Variable: dictionary
CAML:




Have tried various variations of setting properties fields
- Web Urls
- Site URL
- Admin login
Have also tried to get items from Tasks and DocumentLibrary.
Dictionary ends up blank in all situations.

If I run the same query using action: Get Items by Query, it returns data as expected.

Any tricks or special conditions I need to verify/do in order to get this action to work?

Thanks
Geir

Hello Geir,

Thank you for the message.
Most probably a Task list has a different Base Template number, in my environment, it is 171.

UPD: I have just found another issue, looks like “query” and “where” parts were not empty. I think this is a bug and we will fix it for a few days. As workaround you can use some dummy query as example:

<View> <Query> <Where> <Neq> <FieldRef Name="ID" /> <Value Type="Integer">-1</Value> </Neq> </Where> </Query> <ViewFields><FieldRef Name="Title" /></ViewFields></View>

Thanks Roman !
That got me rolling again.
Please let me know when the fix is available.
Geir