Help with deserialize JSON from SharePoint items

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


Hi @Blair_Forbes,

Welcome to the community!

Might be @ppr, able to help you here.

Thanks

@Blair_Forbes
the fastest would be to work on a sample JSON. Can you share it with us?