Thanks, my scenario is that I want to combine the data of two or more lists that share a common field. I am already using select, but I can only give one array as input and I need to pull in a field from the other array where list1.CommonField is equal to list2.CommonField.
I have not found how to do that in a standard select, but I achieved the desired result using xpath, so my performance has gone from minutes to seconds.
If I could just natively use the xml returned by the sharepoint API, that would be even faster than using the Get Items first and converting that to Xml. There, I'm still stuck with the xpath syntax that seems to balk on the namespaces. I opened another community thread for that specifically.
Thanks for your time and effort Pat, greatly appreciated !