Jose Ponce Hernando

Results 1 issues of Jose Ponce Hernando

#Question Hello, I managed to read a large list using the paged attribute from the items in a list as: ``` def load_data_from_SharePoint(list_obj,lim): list_items = list_obj.items.paged(True).top(lim).get().execute_query() fields = list_items[0].properties.keys() data_list...

question