I’m trying to read sharepoint list items using the Sharepoint package activity, Read list Items.
Apparently, I’m able to read the list items, but I’m not able to fetch their data.
I have gone through the Sharepoint package documentation which easily says we can use for each loop and retrieve the data, which is not working for me. Am I missing something here?
The validation error says, Option strict on disallows late binding. I have not worked on 2D dictionary before and unable to find any correct solution on the internet.
@supermanPunch, thanks. I was not using the correct type argument in for each loop.
Even then, I dont understand how to use this Read List items to get all the data from the list.
Has anyone used this? Can anyone send me an example xaml?