Hello,
We have a workflow that hits a SharePoint List View using the Download and XML Parse tools.
When running against the main body of the list it is fine and we get ~25k rows back.
However when running with "&IncludeVersions=TRUE" to get all versions we get the following error:
A '<' character cannot be used in attribute 'dir', except through < at Line:4 and Column:13 (Tool Id: 7)
Tool 7 is the XML Parse
I tried using a max rows condition and successfully got to about 340k rows being returned before it began failing again.
Any thoughts?