I am trying to extract SharePoint list items as JSON to then populate a data table and then create queue items in UiPath.
I have used the “For Each List Item” component to filter SP items but that outputs an integer.
How do I get those filtered items to be readable JSON.
The output window shows that the Deserialize object is expecting an array but getting integer. I am not sure how to do that.
Any help much appreciated